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.
Once upon a time, there was a developer... You! This is going to be a good story...
More coming soon…keep checking back.
