Arrays : Changing cases
Friday, November 6th, 2009This 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 ...