NAME ^

php_html.pir - PHP html Standard Library

DESCRIPTION ^

Functions ^

array get_html_translation_table([int table [, int quote_style]])
Returns the internal translation table used by htmlspecialchars and htmlentitiesNOT IMPLEMENTED.
string html_entity_decode(string string [, int quote_style][, string charset])
Convert all HTML entities to their applicable charactersNOT IMPLEMENTED.
string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])
Convert all applicable characters to HTML entitiesNOT IMPLEMENTED.
string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])
Convert special characters to HTML entitiesNOT IMPLEMENTED.
string htmlspecialchars_decode(string string [, int quote_style])
Convert special HTML entities back to charactersNOT IMPLEMENTED.


parrot