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()의 역함수입니다.참고htmlentities() - 해당하는 모든 문자를 HTML 엔티티로 변환htmlspecialchars() - 특수 문자를 HTML 엔터티로 변환get_html_translation_table() - htmlspecialchars와 htmlentities에서 사용하는 변환표를 반환합니다urldecode() - URL 인코드된 문자열을 디코드http://bugfix.co.kr/?fild=function.html-entity-decode.html&ldp=php&sc=reference
(PHP 4 >= 4.3.0, PHP 5)
html_entity_decode — 모든 HTML 엔티티를 해당하는 문자로 변환
html_entity_decode()는 string 의 모든 HTML 엔티티를 해당하는 문자로 변환합니다. htmlentities()의 역함수입니다.
참고htmlentities() - 해당하는 모든 문자를 HTML 엔티티로 변환htmlspecialchars() - 특수 문자를 HTML 엔터티로 변환get_html_translation_table() - htmlspecialchars와 htmlentities에서 사용하는 변환표를 반환합니다urldecode() - URL 인코드된 문자열을 디코드http://bugfix.co.kr/?fild=function.html-entity-decode.html&ldp=php&sc=reference
새 창으로
선택한 기호