PEAR_Config::removeLayer()
PEAR_Config::removeLayer() -- Temporarily remove an entire config layer
概要
require_once 'PEAR/config.php'; |
bool PEAR_Config::removeLayer (string $layer)
説明
Temporarily remove an entire config layer. USE WITH CARE!
返り値
bool -
成功時には TRUE 、
失敗時には FALSE を返します。
注意
この関数は、スタティックにコールする
ことはできません。