PHP current May 8, 2012 Pramod T P It returns the current element in an array Example <?php $web = array(‘PHP’, ‘JSP’, ‘ASP’, ‘JS’); echo current($web); ?> Output PHP