PEAR_Config::removeLayer

PEAR_Config::removeLayer() – 設定レイヤー全体を一時的に削除する

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::removeLayer ( string $layer )

Description

設定レイヤー全体を一時的に削除します。使用時は注意してください!

Parameter

string $layer

設定項目のキー。

Return value

Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.