<!DOCTYPE html> <html> <body> <?php echo strchr("Hello world!","world",true); ?> </body> </html>
<?php echo strchr("Hello world!","world",true); ?>