It contains Simple Questions and Answers in PHP
<?php $text= array("type 1","
type
2","
3"); next($
text
); $thisvalue = current($
); echo "We are now at $thisvalue\n\n"; $first = reset($
); echo "Back to $first"; ?>