strpbrk() - string
strpbrk() searches the haystack
string for a char_list.
Parameters :
haystack - The string where char_list is looked for. char_list - This parameter is case sensitive.
Syntax
string strpbrk
( string $haystack
, string $char_list
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference