Show Output
Example of Obtaining String Length in PHP
"; $str2 = ' Hello world! '; echo 'Length of $str2 is - ' . strlen($str2); ?>