Please answer this simple SPAM challenge: seven plus one? (Example: nine)
I think, this is the fastest polyfill:<?phpif (!function_exists('array_is_list')) { function array_is_list(array $array) { return $array === array_values($array); }}?>
<< Back to user notes page