PEAR_Config::getConfFile

PEAR_Config::getConfFile() – 設定をレイヤーに保存するために使用するファイルを取得する

Synopsis

require_once '/Config.php'; (since PEAR 1.4.0)

void PEAR_Config::getConfFile ( string $layer )

Description

特定の設定レイヤーの値を提供する設定ファイルの名前を取得します。

Parameter

string $layer

usersystem あるいは ftp

Throws

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

Note

This function can not be called statically.