PHP字符串函数sha1()的用法 PHP
sha1
(PHP 4 >= 4.3.0, PHP 5)
sha1 — 计算字符串的 sha1 散列值
说明
string sha1
( string $str
[, bool $raw_output = false
] )
利用» 美国安全散
PHP字符串函数sprintf()的用法 PHP
sprintf
(PHP 4, PHP 5)
sprintf — Return a formatted string
说明
string sprintf
( string $format
[, mixed $args
[, mixed $...
]] )
Returns a string produced according t
PHP字符串函数str_ireplace()的用法 PHP
str_ireplace
(PHP 5)
str_ireplace — str_replace() 的忽略大小写版本
说明
mixed str_ireplace
( mixed $search
, mixed $replace
, mixed $subject
[, int &$count
] )
PHP字符串函数str_repeat()的用法 PHP
str_repeat
(PHP 4, PHP 5)
str_repeat — 重复一个字符串
说明
string str_repeat
( string $input
, int $multiplier
)
返回 input 重复
multiplier 次后的结果
谈谈你对Zend SAPIs(Zend SAPI Internals)的理解 PHP
SAPI: Server abstraction API,研究过PHP架构的同学应该知道这个东东的重要性,它提供了一个接口,使得PHP可以和其他应用进行交互数据。 本文不会详细介绍
PHP字符串函数chr()的用法 PHP
chr (PHP 4, PHP 5)
chr — 返回指定的字符 说明 string chr ( int $ascii ) 返回相对应于 ascii 所指定的单个字符。 此函数与 ord() 是互补的。 参数 ...
PHP字符串函数convert_uudecode()的用法 PHP
convert_uudecode
(PHP 5)
convert_uudecode — 解码一个 uuencode 编码的字符串
说明
string convert_uudecode
( string $data
)
convert_uudecode() 解码一个 uuencode
PHP字符串函数bin2hex()的用法 PHP
bin2hex
(PHP 4, PHP 5)
bin2hex — 将二进制数据转换成十六进制表示
说明
string bin2hex
( string $str
)
返回 ASCII 字符串,为参数
str
的十六进
PHP字符串函数addslashes()的用法 PHP
addslashes
(PHP 4, PHP 5)
addslashes — 使用反斜线引用字符串
说明
string addslashes
( string $str
)
返回字符串,该字符串为了数据库查询语句等的
PHP字符串函数convert_cyr_string()的用法 PHP
convert_cyr_string
(PHP 4, PHP 5)
convert_cyr_string — 将字符由一种 Cyrillic 字符转换成另一种
说明
string convert_cyr_string
( string $str
, string $from
, strin