PEAR_Config::set() -- Set config value in specific layer
Beschreibung
Set a config value in a specific layer (defaults to
'user'). Enforces the types defined
in the configuration_info array. An integer config
variable will be cast to int, and a set config
variable will be validated against its legal values.
Parameter
- string
$key
config key
- string
$value
config value
- string
$layer
config layer
Rückgabewert
bool -
Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.