PHP chr() 函数 chr
(PHP 4, PHP 5, PHP 7) chr — 返回指定的字符 说明 chr ( int $ascii ) : string 返回相对应于 ascii&...
(PHP 4, PHP 5, PHP 7) chr — 返回指定的字符 说明 chr ( int $ascii ) : string 返回相对应于 ascii&...
(PHP 4, PHP 5, PHP 7) chop — rtrim() 的别名 说明 此函数是该函数的别名:rtrim()。 注释 Note: chop() 与 Perl 的 chop()...
(PHP 4, PHP 5, PHP 7) bin2hex — 函数把包含数据的二进制字符串转换为十六进制值 说明 bin2hex ( string $str ) : s...
(PHP 4, PHP 5, PHP 7) addslashes — 使用反斜线引用字符串 说明 addslashes ( string $str ) : string ...
(PHP 4, PHP 5, PHP 7) addcslashes — 以 C 语言风格使用反斜线转义字符串中的字符 说明 addcslashes ( string $str ,&...