Function __global->camel_case_array_keys
Definitions
sources/tempcode.php
- Make all array keys camel case.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $arr | array | No | No | required parameter | N/A | N/A | Template map |
Returns
- Adjusted map
- Type: array
- Set: N/A
- Range: N/A

