array_key_first not works

PHP
 function array_key_first(array $array) { foreach ($array as $key => $value) { return $key; } }
Source

Also in PHP: