Class SimplePie_Decode_HTML_Entities
Decode HTML Entities
This implements HTML5 as of revision 967 (2007-06-28)
Package: SimplePie
Deprecated: Use DOMDocument instead!
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at SimplePie/Decode/HTML/Entities.php
Deprecated: Use DOMDocument instead!
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at SimplePie/Decode/HTML/Entities.php
public
|
#
__construct( string $data )
Create an instance of the class with the input data Parameters
|
public
string
|
|
public
mixed
|
|
public
mixed
|
#
consume_range( string $chars )
Consume a range of characters Parameters
Returnsmixed A series of characters that match the range, or false |
public
|
|
public
|
public
string
|
$data | '' |
#
Data to be parsed |
public
string
|
$consumed | '' |
#
Currently consumed bytes |
public
integer
|
$position | 0 |
#
Position of the current byte being parsed |