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 htmlentities

NOT IMPLEMENTED.

string html_entity_decode(string string [, int quote_style][, string charset])

Convert all HTML entities to their applicable characters

NOT IMPLEMENTED.

string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])

Convert all applicable characters to HTML entities

NOT IMPLEMENTED.

string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])

Convert special characters to HTML entities

NOT IMPLEMENTED.

string htmlspecialchars_decode(string string [, int quote_style])

Convert special HTML entities back to characters

NOT IMPLEMENTED.


parrot