array_change_key_case

 array array_change_key_case ( array $input [, int $case = CASE_LOWER ] ) 

説明

Returns an array with all keys from input lowercased or uppercased. Numbered indices are left as is.

戻り値

Returns an array with its keys lower or uppercased, or FALSE if input is not an array.