String
meist genutzt
htmlentities
Beschreibung
Die Funktion ist komplett identisch zu htmlspecialchars(), allerdings wandelt htmlentities() wirklich alle Zeichen, die eine HTML-Code-Entsprechung haben, in diese Entsprechung um.
Deklaration von htmlentities
string htmlentities ( string $str [, int $quote_style ] [, string $charset ] )