|
PHP5中文手册
mb_decode_numericentity(PHP 4 >= 4.0.6, PHP 5) mb_decode_numericentity — Decode HTML numeric string reference to character 说明
string mb_decode_numericentity
( string $str
, array $convmap
[, string $encoding
] )
Convert numeric string reference of string str in specified block to character. It returns converted string. convmap is array to specifies code area to convert. encoding is character encoding. If it is omitted, internal character encoding is used.
Example#1 convmap example
$convmap = array ( See also mb_encode_numericentity(). |