Overview

Packages

  • None
  • SimplePie

Classes

  • SimplePie
  • SimplePie_Author
  • SimplePie_Autoloader
  • SimplePie_Cache
  • SimplePie_Cache_DB
  • SimplePie_Cache_File
  • SimplePie_Cache_Memcache
  • SimplePie_Cache_MySQL
  • SimplePie_Caption
  • SimplePie_Category
  • SimplePie_Content_Type_Sniffer
  • SimplePie_Copyright
  • SimplePie_Core
  • SimplePie_Credit
  • SimplePie_Decode_HTML_Entities
  • SimplePie_Enclosure
  • SimplePie_File
  • SimplePie_gzdecode
  • SimplePie_HTTP_Parser
  • SimplePie_IRI
  • SimplePie_Item
  • SimplePie_Locator
  • SimplePie_Misc
  • SimplePie_Net_IPv6
  • SimplePie_Parse_Date
  • SimplePie_Parser
  • SimplePie_Rating
  • SimplePie_Registry
  • SimplePie_Restriction
  • SimplePie_Sanitize
  • SimplePie_Source
  • SimplePie_XML_Declaration_Parser

Interfaces

  • SimplePie_Cache_Base
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Deprecated Class SimplePie_Decode_HTML_Entities

Decode HTML Entities

This implements HTML5 as of revision 967 (2007-06-28)

Deprecated: Use DOMDocument instead!
Package: SimplePie
Located at SimplePie/Decode/HTML/Entities.php
Methods summary
deprecated public
# __construct( string $data )

Create an instance of the class with the input data

Create an instance of the class with the input data

Deprecated

Parameters

$data
string
Input data
deprecated public string
# parse( )

Parse the input data

Parse the input data

Deprecated

Returns

string
Output data
deprecated public mixed
# consume( )

Consume the next byte

Consume the next byte

Deprecated

Returns

mixed
The next byte, or false, if there is no more data
deprecated public mixed
# consume_range( string $chars )

Consume a range of characters

Consume a range of characters

Deprecated

Parameters

$chars
string
Characters to consume

Returns

mixed
A series of characters that match the range, or false
deprecated public
# unconsume( )

Unconsume one byte

Unconsume one byte

Deprecated

deprecated public
# entity( )

Decode an entity

Decode an entity

Deprecated

Properties summary
deprecated public string $data ''
#

Data to be parsed

Data to be parsed

deprecated public string $consumed ''
#

Currently consumed bytes

Currently consumed bytes

deprecated public integer $position 0
#

Position of the current byte being parsed

Position of the current byte being parsed

SimplePie Documentation API documentation generated by ApiGen 2.4.0