runoops.com

PHP字符串函数 第10页

PHP chr() 函数 chr

阅读(1489)

(PHP 4, PHP 5, PHP 7) chr — 返回指定的字符 说明 chr ( int $ascii ) : string 返回相对应于 ascii&...

PHP chop() 函数 chop

阅读(948)

(PHP 4, PHP 5, PHP 7) chop — rtrim() 的别名 说明 此函数是该函数的别名:rtrim()。 注释 Note: chop() 与 Perl 的 chop()...

PHP bin2hex() 函数 bin2hex

阅读(1150)

(PHP 4, PHP 5, PHP 7) bin2hex — 函数把包含数据的二进制字符串转换为十六进制值 说明 bin2hex ( string $str ) : s...

PHP addslashes() 函数 addslashes

阅读(1313)

(PHP 4, PHP 5, PHP 7) addslashes — 使用反斜线引用字符串 说明 addslashes ( string $str ) : string ...

PHP addcslashes() 函数 addcslashes

阅读(1245)

(PHP 4, PHP 5, PHP 7) addcslashes — 以 C 语言风格使用反斜线转义字符串中的字符 说明 addcslashes ( string $str ,&...