|
PHP5中文手册
strpbrk(PHP 5) strpbrk — Search a string for any of a set of characters 说明
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. 范例
Example#1 strpbrk() example
<?php |