PHP 8.5.0 RC 2 available for testing

Voting

: one minus one?
(Example: nine)

The Note You're Voting On

dmitry dot sushilov at gmail dot com
11 years ago
function is_associate_array($array)
{
return $array === array_values($array);
}

or you can add check is_array in functions

<< Back to user notes page

To Top