dolibarr 21.0.0-alpha
|
File of class to parse RSS feeds. More...
Go to the source code of this file.
Classes | |
class | RssParser |
Class to parse RSS files. More... | |
Functions | |
rss_map_attrs ($k, $v) | |
Function to convert an XML object into an array. | |
xml2php ($xml) | |
Function to convert an XML object into an array. | |
File of class to parse RSS feeds.
Definition in file rssparser.class.php.
rss_map_attrs | ( | $k, | |
$v ) |
Function to convert an XML object into an array.
string | $k | Key |
string | $v | Value |
Definition at line 910 of file rssparser.class.php.
xml2php | ( | $xml | ) |
Function to convert an XML object into an array.
SimpleXMLElement | $xml | Xml |
Definition at line 921 of file rssparser.class.php.
References xml2php().
Referenced by RssParser\parser(), and xml2php().