This functionality is now implemented in the PEAR package PHP_Compat.
More information about using this function without upgrading your version of PHP can be found on the below link:
http://pear.php.net/package/PHP_Compat
strpbrk
説明
string strpbrk ( string haystack, string char_list )strpbrk() は、文字列 haystack から char_list を探し、見つかった文字から始まる 文字列を返します(見つからなかった場合は FALSE を返します)。
注意: パラメータ char_list は大文字小文字を区別します。
strpbrk
aidan at php dot net
21-Aug-2004 05:11
21-Aug-2004 05:11