x
 
<!DOCTYPE html>
<html>
<body>
<?php
print_r (get_html_translation_table()); // HTML_SPECIALCHARS 为默认
?>
</body>
</html>