Function __global->array_change_key_case

Definitions

sources_custom/phpstub.php

  • Changes all keys in an array.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$input array required parameter N/A N/A The array to work on
$case integer required parameter N/A N/A Either CASE_UPPER or CASE_LOWER

Return

  • An array with its keys lower or uppercased
  • Type: array
  • Set: N/A
  • Range: N/A