February 2013
Intermediate to advanced
538 pages
20h 55m
English
html_entity_decode
string html_entity_decode(stringstring[, intstyle[, stringencoding]])
Converts all HTML entities in string
to the equivalent character. All entities defined in the HTML standard
are converted. If supplied, style
determines the manner in which quotes are translated. The possible
values for style are the same as those for
htmlentities.
If supplied, encoding determines the
final encoding for the characters. The possible values for
encoding are the same as those for
htmlentities.
Read now
Unlock full access