API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
SimplePie_Decode_HTML_Entities::consume | ( | ) |
Consume the next byte
private
SimplePie_Decode_HTML_Entities::consume_range | ( | $ | chars | ) |
Consume a range of characters
private
string | $chars | Characters to consume |
Références $data.
SimplePie_Decode_HTML_Entities::entity | ( | ) |
Decode an entity
private
Références $i, et SimplePie_Misc::codepoint_to_utf8().
SimplePie_Decode_HTML_Entities::parse | ( | ) |
Parse the input data
public
SimplePie_Decode_HTML_Entities::SimplePie_Decode_HTML_Entities | ( | $ | data | ) |
Create an instance of the class with the input data
public
string | $data | Input data |
Références $data.
SimplePie_Decode_HTML_Entities::unconsume | ( | ) |
Unconsume one byte
private
SimplePie_Decode_HTML_Entities::$consumed = '' |
SimplePie_Decode_HTML_Entities::$data = '' |
SimplePie_Decode_HTML_Entities::$position = 0 |