PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
print_r (get_html_translation_table()); // HTML_SPECIALCHARS is default.
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy