XML_RSS::getStructure
XML_RSS::getStructure – Get complete structure of RSS file
Synopsis
require_once "XML/RSS.php";
array XML_RSS::getStructure (
)
Description
Get complete structure of RSS file
Return value
array
- the array depends on the structure
of the RSS document.
Note
This function can not be called statically.