函数:strcspn()


strcspn

不同字符串的长度。

语法: int strcspn(string str1, string str2);

返回值: 整数

函数种类: 资料处理

内容说明

本函数用来比较二字符串并计算出不同处的字符串长度。

参考

strspn()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序