html_entity_decode

(PHP 4 >= 4.3.0, PHP 5)

html_entity_decode — 모든 HTML 엔티티를 해당하는 문자로 변환

설명

string html_entity_decode ( string $string [, int $quote_style [, string $charset ]] )

html_entity_decode()는 string 의 모든 HTML 엔티티를 해당하는 문자로 변환합니다. htmlentities()의 역함수입니다.

참고