PHP array_change_key_case()
In PHP array operations, the case of key names sometimes affects the processing results of the data. In order to unify the format of array key names, PHP provides a very practical function: array_change_key_case(). This function can convert all key names in the array to uppercase or lowercase, especially suitable for data cleaning, standardization and other scenarios.
array_change_key_case