Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17505 программистов и 1877 роботов. Сейчас ищут 1832 программиста ...
PEAR_Config::toDefault
Вернуться к: PEAR_Config
PEAR_Config::toDefault
PEAR_Config::toDefault() – Revert value of config key to the system-defined one
Synopsis
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.
Parameter
- string $key
-
config key
Return value
bool - Returns TRUE on success, FALSE on failure.
Note
This function can not be called statically.
Вернуться к: PEAR_Config