05-03-2008, 01:35 PM
|
#7 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Quote:
Originally Posted by julianochrist
i didnt get it... so $rss->items() return an array?
|
Yes, $rss->getItems() returns an array.
Quote:
|
Originally Posted by http://pear.php.net/package/XML_RSS/docs/latest/apidoc/XML_RSS/XML_RSS.html#methodgetItems
getItems [line 393]
array getItems( )
Get items from RSS file
This method returns an array containing the set of items that are provided by the RSS file.
|
|
|
|
|