decodeentities()

 
Returns a copy of string in which all HTML entities have been converted to their plain text equivalents (for example, & is converted to &). This function is the opposite of encodeentities.
Syntax
decodeentities( string )
Returns an entity decoded string.
User Annotations: decodeentities