PEAR_Config::noRegistry (Previous) (Next) PEAR_Config::readFTPConfigFile

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

PEAR_Config::readConfigFile()

PEAR_Config::readConfigFile() -- 設定データをファイルから読み込む

説明

設定データをファイルから読み込みます。 その設定レイヤー内の既存の値はすべて破棄され、 ファイルからのデータで置き換えられます。

パラメータ

string $file

読み込むファイル。NULL を指定したり省略したりした場合は、 (2 番目のパラメータで指定する) レイヤーで最後に使用されたファイルを用います。

string $layer

データを読み込む設定レイヤー ('user' あるいは 'system')。

返り値

成功時には TRUE、 失敗時には PEAR_Error を返します。

注意

この関数は、スタティックにコールする ことはできません。

PEAR_Config::noRegistry (Previous) (Next) PEAR_Config::readFTPConfigFile

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.