PHP strlen() May 22, 2012 Pramod T P It find the string length Example <?php echo strlen(‘info@phpcodez.com’); ?> Output 17