Constructs the RSS reader: downloads the URL and parses it. Check $error after constructing.
rss
rss
(URLPATH $url, [boolean $is_filesystem_path = false])
-
URLPATH
$url: The URL to the RSS we will be reading
-
boolean
$is_filesystem_path: Whether the 'url' is actually a filesystem path
Standard PHP XML parser function.
void
endElement
(object The $parser)
-
object The
$parser: parser object (same as 'this')
Standard PHP XML parser function.
void
endNameSpace
(object The $parser)
-
object The
$parser: parser object (same as 'this')
Standard PHP XML parser function.
void
startElement
(object The $parser, string $name, array $attributes)
-
object The
$parser: parser object (same as 'this')
-
string
$name: The name of the element found
-
array
$attributes: Array of attributes of the element
Standard PHP XML parser function.
void
startNameSpace
(object The $parser, string $prefix, [?URLPATH $uri = NULL])
-
object The
$parser: parser object (same as 'this')
-
string
$prefix: N/A
-
?URLPATH
$uri: The URI of the name space we are entering (NULL: not given)
Standard PHP XML parser function.
void
startText
(object The $parser, string $data)
-
object The
$parser: parser object (same as 'this')
-
string
$data: The text
Parse the complete text of the inside of the tag.
void
trueStartText
(object The $parser, string $data)
-
object The
$parser: parser object (same as 'this')
-
string
$data: The text