PEAR_Config::deleteChannel | PEAR_Config::getConfFile |
PEAR_Config | |
PEAR Manual | |
require_once 'PEAR/config.php'; |
mixed PEAR_Config::get (
string $key
, mixed $layer = NULL
)
Returns a configuration value, prioritizing layers as per the layers property.
config key
layer key
mixed the config value, or NULL if not found
This function can not be called statically.
PEAR_Config::deleteChannel | PEAR_Config::getConfFile |
PEAR_Config | |
PEAR Manual | |