Source Code:
(back to article)
<?php $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES | ENT_HTML401); print_r($table); ?>
Result:
Report an issue