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)

Beschreibung

Unset the user-defined value of a config key, reverting the value to the system-defined one.

Parameter

string $key

config key

Rückgabewert

bool - Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.