runoops.com

PHP 参考手册 第22页

PHP strnatcasecmp() 函数 strnatcasecmp

阅读(934)

(PHP 4, PHP 5, PHP 7) strnatcasecmp — 使用“自然顺序”算法比较字符串(不区分大小写) 说明 strnatcasecmp ( string $str1&n...

PHP strlen() 函数 strlen

阅读(843)

(PHP 4, PHP 5, PHP 7) strlen — 获取字符串长度 说明 strlen ( string $string ) : int 返回给定的字符串&nb...

PHP stristr() 函数 stristr

阅读(1062)

(PHP 4, PHP 5, PHP 7) stristr — strstr() 函数的忽略大小写版本 说明 stristr ( string $haystack ,&n...

PHP stripos() 函数 stripos

阅读(1282)

(PHP 5, PHP 7) stripos — 查找字符串首次出现的位置(不区分大小写) 说明 stripos ( string $haystack , string&...

PHP stripcslashes() 函数 stripcslashes

阅读(977)

(PHP 4, PHP 5, PHP 7) stripcslashes — 反引用一个使用 addcslashes() 转义的字符串 说明 stripcslashes ( string $str ) ...

PHP strip_tags() 函数 strip_tags

阅读(993)

PHP 4, PHP 5, PHP 7) strip_tags — 从字符串中去除 HTML 和 PHP 标记 说明 strip_tags ( string $str [,&nbs...

PHP strcspn() 函数 strcspn

阅读(926)

(PHP 4, PHP 5, PHP 7) strcspn — 获取不匹配遮罩的起始子字符串的长度 说明 strcspn ( string $str1 , string&...

PHP strcoll() 函数 strcoll

阅读(907)

(PHP 4 >= 4.0.5, PHP 5, PHP 7) strcoll — 基于区域设置的字符串比较 说明 strcoll ( string $str1 , ...

PHP strcmp() 函数 strcmp

阅读(1185)

PHP 4, PHP 5, PHP 7) strcmp — 二进制安全字符串比较 说明 strcmp ( string $str1 , string $str2...