Show Output
PHP Get the Previous Element in an Array
"; // Prints: red echo next($colors) . "
"; // Prints: green echo prev($colors); // Prints: red ?>