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 )

Description

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

Throws

throws no exceptions thrown

Note

This function can not be called statically.