LOADING STUFF...

PHP字符串函数strcspn()的用法

技术教程15小时前发布 北陌
16 0 0

PHP字符串函数strcspn()的用法

strcspn

(PHP 4, PHP 5)

strcspn — 获取不匹配遮罩的起始子字符串的长度

说明

int strcspn
( string $str1
, string $str2
[, int $start
[, int $length
]] )

返回 str1 中,所有字符都不存在于 str2 范围的起始子字符串的长度。

参数

str1

第一个字符串。

str2

第二个字符串。

start

查找的起始位置。

length

查找的长度。

返回值

以整型数返回子串的长度。

更新日志

版本
说明
4.3.0
新增 start 和 length 参数。

范例

Example #1 strcspn() example

$a

© 版权声明

相关文章

暂无评论

暂无评论...