Find the length of a string by using PHP ?

Program:-

<?php

echo strlen("Hello world!"); 

?>

Output-