| PEAR_Config::store | PEAR_Config::validConfiguration |
| PEAR_Config | |
| PEAR Manual | |
require_once 'PEAR/config.php';
|
bool PEAR_Config::toDefault (
string $key
)
Unset the user-defined value of a config key, reverting the value to the system-defined one.
config key
bool - Returns TRUE on success, FALSE on failure.
This function can not be called statically.
| PEAR_Config::store | PEAR_Config::validConfiguration |
| PEAR_Config | |
| PEAR Manual | |