html_entity_decode() – PHP String Functions
Syntax : html_entity_decode ( strings, flags, encoding/character-set ); Description : html_entity_decode() function will converts HTML entities to their applicable characters. Note : htmlentities() function is reverse of it. Parameter : strings – This...