string html_entity_decode ( string $string [, int $quote_style = ENT_COMPAT [, string $charset = 'UTF-8' ]] )
html_entity_decode() is the opposite of htmlentities() in that it converts all HTML entities to their applicable characters from string.
Returns the decoded string.