PHP-manual
Föregående
Nästa
get_html_translation_table
get_html_translation_table -- Returns the translation table used by
htmlspecialchars()
and
htmlentities()
Description
string
get_html_translation_table
( int table [, int quote_style])
Exempel
1
.
The
$encoded
variable will now contain:
"Hallo amp; lt;Frau gt; amp; Kr auml;mer".
The content of
$original
would be: "Hallo Frau Krämer".
Föregående
Hem
Nästa
Upp