<html>
<body>
echo strpbrk("Hello world!","oe");
<p>"e" is the first occurrence of the specified characters. This function will therefore output "ello world!", because it returns the rest of the string from where it found the first occurrence of "e".</p>
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_func_string_strpbrk by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:51:07 GMT -->
</html>