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