html_entity_decode

Definition

string html_entity_decode ( string $string [, int $quote_style = ENT_COMPAT [, string $charset ]] )

Description

html_entity_decode() is the opposite of htmlentities() in that it converts all HTML entities to their applicable characters from string.

[More at php.net]

Parameters




loading


Share/bookmark - html_entity_decode


Global comments