[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
SimplePie A PHP-Based RSS and Atom Feed Framework. Takes the hard work out of managing a complete RSS/Atom solution.
Author: | Ryan Parman |
Author: | Sam Sneddon |
Author: | Ryan McCue |
Copyright: | 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue |
License: | http://www.opensource.org/licenses/bsd-license.php BSD License |
File Size: | 343 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Parser:: (15 methods):
__construct()
parse()
has_data()
skip_whitespace()
get_value()
before_version_name()
version_name()
version_equals()
version_value()
encoding_name()
encoding_equals()
encoding_value()
standalone_name()
standalone_equals()
standalone_value()
__construct($data) X-Ref |
Create an instance of the class with the input data param: string $data Input data |
parse() X-Ref |
Parse the input data return: bool true on success, false on failure |
has_data() X-Ref |
Check whether there is data beyond the pointer return: bool true if there is further data, false if not |
skip_whitespace() X-Ref |
Advance past any whitespace return: int Number of whitespace characters passed |
get_value() X-Ref |
Read value |
before_version_name() X-Ref |
No description |
version_name() X-Ref |
No description |
version_equals() X-Ref |
No description |
version_value() X-Ref |
No description |
encoding_name() X-Ref |
No description |
encoding_equals() X-Ref |
No description |
encoding_value() X-Ref |
No description |
standalone_name() X-Ref |
No description |
standalone_equals() X-Ref |
No description |
standalone_value() X-Ref |
No description |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |