PEAR_Config::remove

PEAR_Config::remove() – Efface une clé de configuration depuis une couche de configuration

Synopsis

require_once 'PEAR/config.php';

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

Description

Efface une clé de configuration depuis une couche de configuration.

Parameter

string $key

clé de configuration

string $layer

couche de configuration

Return value

bool - Returns TRUE on success, PEAR_Error on failure.

Throws

Possible PEAR_Error values
Code erreur Valeur de l'erreur Signification Solution
"

Note

This function can not be called statically.