PEAR_Config::remove

PEAR_Config::remove() – 設定レイヤーから設定キーを削除する

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::remove ( string $key , string $layer = 'user' )

Description

指定した設定レイヤーから、設定キーを削除します。

Parameter

string $key

設定項目のキー。

string $layer

設定レイヤー。

Return value

Returns TRUE on success, PEAR_Error on failure.

Throws

Possible PEAR_Error values
エラーコード エラーの値 意味 対応
  "    

Note

This function can not be called statically.