html_entity_decode

Example

 string html_entity_decode ( string $string [, int $quote_style = ENT_COMPAT [, string $charset = 'UTF-8' ]] ) 

Description

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

Return Values

Returns the decoded string.