PHP pos May 10, 2012 Pramod T P It is an alias of current() Example <?php $lan = array(“PHP”,”JSP”,”ASP”); next($lan); echo pos($lan); ?> Output JSP