array_change_key_case

Definition

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

Description

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

[More at php.net]

Parameters



loading


Share/bookmark - array_change_key_case


Global comments