how to get the length of a variable php code example Example: php string length <?php $str = 'Hello World!'; echo strlen($str); // 12 ?>