previousXML_RSS::getImages (Previous) (Next) XML_Serializernext

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::getTextinputs

XML_RSS::getTextinputs – RSS文書からテキスト入力フィールドを取得する

Synopsis

require_once "XML/RSS.php";

array XML_RSS::getTextinputs ( )

Description

RSS文書からテキスト入力フィールドを取得します。

Return value

array - 入力フィールドのデータを含むハッシュです。

  • 'title' - 入力フィールド名です。

  • 'description' - 入出力フィールドの説明です。

  • 'link' - リクエストの為のURLです。

  • 'name' - リクエストパラメータ名です。

Note

This function can not be called statically.

previousXML_RSS::getImages (Previous) (Next) XML_Serializernext

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.