Documentation
entities_to_utf8
usage
string entities_to_utf8( string my_string )
paramètres
my_string : the string from which you want the entities (&#xxx;) to be removed.
Decode a string, replacing the XML entities by their UTF-8 equivalent. If you need ISO-99501-2, use utf8_decode() native PHP function, after this one.