previousXML_RSS::getStructure (Previous) (Next) XML_RSS::getItemsnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_RSS::getChannelInfo

XML_RSS::getChannelInfo – Récupère l'information générale concernant le canal courrant

Synopsis

require_once "XML/RSS.php";

array XML_RSS::getChannelInfo ( )

Description

Récupère l'information générale concernant le canal courrant. Cette fonction retourne un tableau contenant l'information qui a été extraite depuis le tag channel pendant le parsage du document RSS.

Return value

array - un tableau de chaînes. Les clés de ce tableau sont :

  • 'title' - nom du canal

  • 'link' - URL vers le site du canal

  • 'description' - description du canal

Note

This function can not be called statically.

previousXML_RSS::getStructure (Previous) (Next) XML_RSS::getItemsnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.