previous導入 (Previous) (Next) next

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 を実行するための前提条件

XML_Parser

RSS フィードを含む XML ファイルをパースするために、 XML_RSSXML_Parser を使用します。 しかし、この依存性については、インストーラが XML_RSS をインストールする際に自動的に処理します。

allow_url_fopen の設定値

大半の RSS フィードはリモートホスト上にあるので、 XML_RSS を実行する前には PHP の設定値 "allow_url_fopen" を "On" にしておく必要があります。

"allow_url_fopen" の現在の値を取得するには ini_get() を使用します。 "allow_url_fopen" に新しい値を設定するには、 PHP の設定ファイル php.ini を編集する必要があります。

previous導入 (Previous) (Next) next

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.