PHP sizeof May 10, 2012 Pramod T P It an alias of count() and returns the number of elements Example <?php $lan = array(“PHP”,”JSP”,”ASP”); echo sizeof($lan); ?> Output 3