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.