Search for a specific string by using PHP ?

Program:-

<?php

echo strpos("Hello world!", "world"); 

?>

Output:-