PEAR_Config::removeLayer()

PEAR_Config::removeLayer() -- Temporarily remove an entire config layer

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::removeLayer (string $layer)

Beschreibung

Temporarily remove an entire config layer. USE WITH CARE!

Parameter

string $layer

config key

Rückgabewert

bool - Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.