PEAR_Config::toDefault()
PEAR_Config::toDefault() -- Revert value of config key to the system-defined one
概要
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.
返り値
bool -
成功時には TRUE 、
失敗時には FALSE を返します。
注意
この関数は、スタティックにコールする
ことはできません。