String
最常用的
html_entity_decode
说明
html_entity_decode() is the opposite of htmlentities() in that it converts all HTML entities to their applicable characters from $string.
申报 html_entity_decode
string html_entity_decode ( string $str [, int $quote_style ] [, string $charset ] )