분류
php
get_html_translation_table: encode
본문
<?php
$string = "<>";
$translate = get_html_translation_table(HTML_ENTITIES);
echo strtr($string, $translate);
?>
- 이전글Changing the page type to CSV 15.06.10
- 다음글get html translation table: decode 15.06.10