dolibarr  17.0.4
Classes | Functions
rssparser.class.php File Reference

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

 xml2php ($xml)
 Function to convert an XML object into an array. More...
 

Detailed Description

File of class to parse RSS feeds.

Definition in file rssparser.class.php.

Function Documentation

◆ xml2php()

xml2php (   $xml)

Function to convert an XML object into an array.

Parameters
SimpleXMLElement$xmlXml
Returns
void

Definition at line 807 of file rssparser.class.php.