Arrays : Changing cases
This form of array declaration allows one to change the case from uppercase to lowercase and vice versa. The syntax goes as follows:
array_change_key_case(array,case)
The array part, specifies which table or array to use and is a required field which is not the case with the key which is automatically assigned a value. An example of it’s [...]
Filed under: Basic Programming, Sample Code by Avatar
No Comments »