<!DOCTYPE html>
<html>
<body>
<?php
print_r (get_html_translation_table()); // 默认使用 HTML_SPECIALCHARS。
?>
</body>
</html>