PEAR_Config::toDefault()

PEAR_Config::toDefault() -- Revert value of config key to the system-defined one

Referentiesamenvatting

require_once 'PEAR/config.php';

bool PEAR_Config::toDefault (string $key)

Beschrijving

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

Parameter

string $key

config key

Return waarde

bool - Geeft TRUE terug bij success, FALSE bij een fout.

Note

Deze functie kan niet statisch worden aangeroepen.