runoops.com

参考手册 第323页

PHP chop() 函数 chop

阅读(1222)

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

PHP bin2hex() 函数 bin2hex

阅读(1429)

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

PHP addslashes() 函数 addslashes

阅读(1652)

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

PHP addcslashes() 函数 addcslashes

阅读(1713)

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