Procedural File: Decorators.php
Source Location: /system/SecurityCenter/pnincludes/HTMLSax3/Decorators.php
Classes:
XML_HTMLSax3_Trim
Trims the contents of element data from whitespace at start and end
XML_HTMLSax3_CaseFolding
Coverts tag names to upper case
XML_HTMLSax3_Linefeed
Breaks up data by linefeed characters, resulting in additional
XML_HTMLSax3_Tab
Breaks up data by tab characters, resulting in additional
XML_HTMLSax3_Entities_Parsed
Breaks up data by XML entities and parses them with html_entity_decode(),
XML_HTMLSax3_Entities_Unparsed
Breaks up data by XML entities but leaves them unparsed,
XML_HTMLSax3_Escape_Stripper
Strips the HTML comment markers or CDATA sections from an escape.
Page Details:
Decorators for dealing with parser options
Tags:
html_entity_decode [line 259]
void html_entity_decode(
$str, [ $style = ENT_NOQUOTES])
|
|
Compatibility with older PHP versions
Parameters
|
|