The strpbrk() function used for searches a string for any of the characters.
Syntax
strpbrk(string,charlist)
Example
echo strpbrk('Hello Dear','D');
Output
Dear
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.