PEAR_Config::toDefault

PEAR_Config::toDefault() – 設定キーの値をシステムの定義値に戻す

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::toDefault ( string $key )

Description

ユーザが定義した設定キーの値を取り消し、 システムが定義した値に戻します。

Parameter

string $key

設定項目のキー。

Return value

Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.