update : 2015.11.03
php.shukuma.com검색:
|
strcspn(PHP 4, PHP 5) strcspn — 마스크에 매칭하지 않는 처음 세그먼트의 길이를 찾습니다 설명
int strcspn
( string
$str1
, string $str2
[, int $start
[, int $length
]] )
인수
반환값세그먼트의 길이를 정수로 반환합니다. 변경점
주의
|