|
PHP5中文手册
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 $quote_style
[, string $charset
]] )
html_entity_decode() is the opposite of htmlentities() in that it converts all HTML entities to their applicable characters from string . 参数
返回值Returns the decoded string. 更新日志
范例
Example#1 Decoding HTML entities
<?php 注释
|