number of length in php string code example Example: php string length <?php $str = 'Hello World!'; echo strlen($str); // 12 ?>