update : 2015.11.03
php.shukuma.com검색:
|
strpbrk(PHP 5) strpbrk — Search a string for any of a set of characters 설명
string strpbrk
( string
$haystack
, string $char_list
)
strpbrk() searches the 인수
반환값
Returns a string starting from the character found, or 예제
Example #1 strpbrk() example
<?php |