php – get numeric index of associative array

echo array_search("car",array_keys($a));

Leave a Comment