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