update : 2015.11.03
php.shukuma.com검색:
|
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()는 인수
반환값디코드한 문자열을 반환합니다. 변경점
예제
Example #1 HTML 엔티티 디코딩
<?php 주의
참고
|