PEAR_Config::getConfFile()
PEAR_Config::getConfFile() -- Gets the file used for storing the config for a layer
概要
require_once '/Config.php'; (since PEAR 1.4.0) |
void PEAR_Config::getConfFile (string $layer)
説明
Use this to retrieve the name of the configuration file that provides values
for a particular configuration layer.
パラメータ
- string
$layer
user, system, or ftp
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。