PEAR_Config::remove | PEAR_Config::set |
PEAR_Config | |
PEAR Manual | |
require_once 'PEAR/config.php'; |
bool PEAR_Config::removeLayer (
string $layer
)
Temporarily remove an entire config layer. USE WITH CARE!
config key
bool - Returns TRUE on success, FALSE on failure.
This function can not be called statically.
PEAR_Config::remove | PEAR_Config::set |
PEAR_Config | |
PEAR Manual | |