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