update page now
Laravel Live Japan

Voting

: min(eight, five)?
(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