RSS Parser Constructor
API Tags:
getRSSDoc returns a reference to the parsed RSS Document object
API Tags:
boolean loadFile(
string
$file
)
|
|
loadFile return true if remote/local rss-file has been loaded (was found)
Parameters:
|
string |
$file: |
rss file location |
API Tags:
parse method alias to parseRSS which makes necessary calls to the SAFOX Parser and returns boolean success message
API Tags:
parseRSS makes necessary calls to the SAFOX Parser and returns boolean success message
API Tags:
boolean setString(
string
$string
)
|
|
setString may be used to set a rss-file manually without loading a file.
the parameter represent the full xml-string document of the Rss file
Parameters:
|
string |
$string: |
rss document |