Phpdocs 30

CategoryString Functions - 16. get_html_translation_table — Returns the translation table used by htmlspecialchars() and htmlentities()
Code Examples & Krämer"; $encoded = strtr($str, $trans); echo $encoded; // this did not work -- jli
Test Code
Web Linkhttp://www.php.net/manual/en/function.get-html-translation-table.php
Remarks
Cancel