(PHP 3>= 3.0.3, PHP 4 >= 4.0.0)
int strcspn (string str1, string str2)
int strcspn
str2 내의 어떤 문자도 포함하지 않는 str1의 초기 세그먼트의 길이를 반환한다.
strspn()를 참고하라.