PHP get_html_translation_table() May 21, 2012 Pramod T P It returns the translation table used by htmlspecialchars() and htmlentities() Example <?php print_r (get_html_translation_table(HTML_ENTITIES)); ?>