Core Class
View Source on Trac ↗
Core Class
SimplePie_Decode_HTML_Entities
class SimplePie_Decode_HTML_Entities
// Constructor: function Object() { [native code] } Decode HTML Entities
Methods 6 methods
| Method / Return | Description |
|---|---|
| __construct() void | Create an instance of the class with the input data
Parameters: $data: mixed |
| parse() string | Parse the input data |
| consume() mixed | Consume the next byte |
| consume_range() mixed | Consume a range of characters
Parameters: $chars: mixed |
| unconsume() void | Unconsume one byte |
| entity() void | Decode an entity |
Properties
| Property / Type | Description |
|---|---|
| $data mixed public | No description available. |
| $consumed mixed public | No description available. |
| $position mixed public | No description available. |
Class Information
Source File
wp-includes/SimplePie/src/Decode/HTML/Entities.php
Advertisement