"; // Prints: 0 /* Moving the array's internal pointer to the next element then fetch the key */ next($colors); echo key($colors); // Prints: 1 ?>