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

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

XML_RSS::getChannelInfo

XML_RSS::getChannelInfo – 現在のチャンネルに関する一般的な情報を取得する

Synopsis

require_once "XML/RSS.php";

array XML_RSS::getChannelInfo ( )

Description

現在のチャンネルに関する一般的な情報を取得します。 この関数は、 RSS文書を解析中に出現する <channel>から抽出した情報を含む配列を返します。

Return value

array - いくつかの文字列の配列です。配列キーは下記のとおりです。

  • 'title' - チャンネル名です。

  • 'link' - チャンネルサイトのURLです。

  • 'description' - チャンネルの説明です。

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 21 Jun 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.