| Category | String 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 Link | http://www.php.net/manual/en/function.get-html-translation-table.php |
| Remarks | |
| Cancel |