strpbrk

Example

 string strpbrk ( string $haystack , string $char_list ) 

Description

strpbrk() searches the haystack string for a char_list.

Return Values

Returns a string starting from the character found, or FALSE if it is not found.