컴퓨터잡담

html_entity_decode [HTML엔티티를 => 특수문자로 변환

by 디케 posted Jan 30, 2010
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄


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()의 역함수입니다.

참고