php get second index of array code example Example: how to get index 2nd php $keys = array_keys($array); $key = $keys[1];