String
最も使用
html_entity_decode
説明
html_entity_decode() は htmlentities() の反対で、$string にあるすべての HTML エンティティを適切な文字に変換します。
宣言の html_entity_decode
string html_entity_decode ( string $str [, int $quote_style ] [, string $charset ] )
html_entity_decode() は htmlentities() の反対で、$string にあるすべての HTML エンティティを適切な文字に変換します。
string html_entity_decode ( string $str [, int $quote_style ] [, string $charset ] )