PEAR_Config::remove()

PEAR_Config::remove() -- Remove a config key from a config layer

Referentiesamenvatting

require_once 'PEAR/config.php';

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

Beschrijving

Remove a config key from a specific config layer.

Parameter

string $key

config key

string $layer

config layer

Return waarde

bool - Geeft TRUE terug bij success, PEAR_Error als het faalt.

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.