Свойство | Тип | Описание | |
---|---|---|---|
$consumed | string | Currently consumed bytes | |
$data | string | Data to be parsed | |
$position | integer | Position of the current byte being parsed |
Метод | Описание | |
---|---|---|
SimplePie_Decode_HTML_Entities ( string $data ) | Create an instance of the class with the input data | |
consume ( ) : mixed | Consume the next byte | |
consume_range ( string $chars ) : mixed | Consume a range of characters | |
entity ( ) | Decode an entity | |
parse ( ) : string | Parse the input data | |
unconsume ( ) | Unconsume one byte |
public SimplePie_Decode_HTML_Entities ( string $data ) | ||
$data | string | Input data |
public consume_range ( string $chars ) : mixed | ||
$chars | string | Characters to consume |
Результат | mixed | A series of characters that match the range, or false |
public int $position | ||
Результат | integer |