PEAR_Config::getConfFile()

PEAR_Config::getConfFile() -- Gets the file used for storing the config for a layer

Synopsis

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

void PEAR_Config::getConfFile (string $layer)

Beschreibung

Use this to retrieve the name of the configuration file that provides values for a particular configuration layer.

Parameter

string $layer

user, system, or ftp

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.