PEAR_ChannelFile::fromAny (Previous) (Next) PEAR_ChannelFile::fromXmlFile

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Plain HTML

PEAR_ChannelFile::fromArray()

PEAR_ChannelFile::fromArray()  -- fromArray

概要

require_once '/ChannelFile.php';

PEAR_ChannelFile |false PEAR_ChannelFile::fromArray (array $data, mixed [$compatibility = FALSE], mixed [$stackClass = 'PEAR_ErrorStack'])

説明

このメソッドを使用する場合は注意が必要です。 これは、別の PEAR_ChannelFile クラスでパース済みの channel.xml をお手軽にインポートするために用意されたものです。 レジストリに保存された channel.xml の内容も読み込めます。

パラメータ

array $data

パース済みのチャネルデータ。

mixed $compatibility

mixed $stackClass

返り値

無効な場合は false を返します。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコール されます。

PEAR_ChannelFile::fromAny (Previous) (Next) PEAR_ChannelFile::fromXmlFile

Download Documentation Last updated: Sun, 05 Oct 2008
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.