strpbrk

 string strpbrk ( string $haystack , string $char_list ) 

説明

strpbrk() searches the haystack string for a char_list.

戻り値

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