The What
Syntax
array array_change_key_case ( array $array [, int $case = CASE_LOWER ] );
Description
The array_change_key_case
function’s role is to return an array with all keys from array lowercased or uppercased. Numbered indices are left as is.
Hands off the keyboard. Web development starts by thinking first, then planning it out, and then coding it.
More coming soon…keep checking back.