Laravel Tech Community
Oct 18, 2020 · Backend Development
array_change_key_case – Convert Array Keys to Uppercase or Lowercase in PHP
array_change_key_case() is a PHP function that transforms all string keys in an input array to either lower‑case or upper‑case based on the specified case constant, leaving numeric indexes unchanged, and returns the modified array or FALSE if the input is not an array.
ArrayBackendfunction
0 likes · 2 min read
