<!DOCTYPE html> <html> <body> <?php echo strpbrk("I love Shanghai!","Sh"); ?> </body> </html>
<?php echo strpbrk("I love Shanghai!","Sh"); ?>