parrotcode: PHP html Standard Library | |
Contents | Language Implementations | Pipp |
php_html.pir - PHP html Standard Library
array get_html_translation_table([int table [, int quote_style]])
string html_entity_decode(string string [, int quote_style][, string charset])
string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])
string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])
string htmlspecialchars_decode(string string [, int quote_style])
|