Show Output
PHP Set the Internal Array Pointer to the First Element
"; // Prints: red echo next($colors) . "
"; // Prints: green echo reset($colors); // Prints: red ?>