strspn

PHP strspn() 函数全面解析

一、函数概述PHPstrspn()函数用于检查字符串中的字符是否全部存在于指定字符集中。它计算字符串开头连续包含字符集中的字符的数量。二、参数详解strspn()函数的定义如下:phpDownloadCopy code1strspn(string $subject, string $mask, int $start = 0, int $length = null