Voting

: four minus four?
(Example: nine)

The Note You're Voting On

dmitry dot sushilov at gmail dot com
10 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