mixed PEAR_Config::get (
string $key
, mixed $layer
= null
)
Returns a configuration value, prioritizing layers as per the layers property.
$key
config key
$layer
layer key
mixed
the config value, or NULL if not found
This function can not be called statically.