What is the function to change the case of an array to lower or upper case? That's the values, not the keys.
I've searched the manual, and all I can find is the array_change_key_case() but no array_change_case(). Is there a function to do this?
Daniel