Answers for "array_key_first not works"

PHP
0

array_key_first not works

function array_key_first(array $array) { foreach ($array as $key => $value) { return $key; } }
Posted by: Guest on September-03-2020

Browse Popular Code Answers by Language