PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
echo
stristr(
"Hello world!"
,
111
);
?>
<
/body
>
<
/html
>
Result: