PHP字符串函数fprintf()的用法 PHP
fprintf (PHP 5)
fprintf — 将格式化后的字符串写入到流 说明 int fprintf ( resource $handle , string $format [, mixed $args [, mixed...
PHP字符串函数crc32()的用法 PHP
crc32 (PHP 4 = 4.0.1, PHP 5)
crc32 — 计算一个字符串的 crc32 多项式 说明 int crc32 ( string $str ) 生成 str 的 32 位循环冗余校验码多项式。这通常用...
PHP字符串函数explode()的用法 PHP
explode (PHP 4, PHP 5)
explode — 使用一个字符串分割另一个字符串 说明 array explode ( string $delimiter , string $string [, int $lim...
PHP字符串函数get_html_translation_table()的用法 PHP
get_html_translation_table
(PHP 4, PHP 5)
get_html_translation_table — 返回使用 htmlspecialchars() 和 htmlentities() 后的转换表
说明
array get_html_translation_table
([ in
PHP字符串函数hebrev()的用法 PHP
hebrev
(PHP 4, PHP 5)
hebrev — 将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew)
说明
string hebrev
( string $hebrew_text
[, int
PHP字符串函数hebrevc()的用法 PHP
hebrevc
(PHP 4, PHP 5)
hebrevc — 将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符
说明
string hebrevc
( st
PHP字符串函数hex2bin()的用法 PHP
hex2bin (PHP = 5.4.0)
hex2bin — 转换十六进制字符串为二进制字符串 说明 string hex2bin ( string $data ) 转换十六进制字符串为二进制字符串。 Caution ...
PHP字符串函数html_entity_decode()的用法 PHP
html_entity_decode
(PHP 4 >= 4.3.0, PHP 5)
html_entity_decode — Convert all HTML entities to their applicable characters
说明
string html_entity_decode
( string $string
[, int
PHP字符串函数htmlspecialchars_decode()的用法 PHP
htmlspecialchars_decode
(PHP 5 >= 5.1.0)
htmlspecialchars_decode —
将特殊的 HTML 实体转换回普通字符
说明
string htmlspecialchars_decode
( string $string
[,
PHP字符串函数implode()的用法 PHP
implode
(PHP 4, PHP 5)
implode — 将一个一维数组的值转化为字符串
说明
string implode
( string $glue
, array $pieces
)
string implode
( array $pieces
)