function head_key($arr)Arcanist Technical Documentation ()
function head_key($arr)
Arcanist Technical Documentation ()
Returns the first key of an array.
Parameters
array | $arr | Array to retrieve the first key from. |
Return
int|string | The first key of the array. |
- Defined
- src/utils/utils.php:840