PEAR_Config::removeLayer

PEAR_Config::removeLayer() – Efface temporairement une couche de configuration

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::removeLayer ( string $layer )

Description

Efface temporairement une couche de configuration. A utiliser avec soin !

Parameter

string $layer

clé de configuration

Return value

bool - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.