html_entity_decode()
html_entity_decode - Convert all HTML entities to their applicable characters
Syntax
string html_entity_decode ()
Arguments
-
Description
html_entity_decode() is the opposite of htmlentities() in that it converts all HTML entities to their applicable characters from string.
Version
PHP 4.3.0, 5
Return value
Returns the decoded string.