PEAR_Config::store()

PEAR_Config::store() -- Stores configuration data in a layer

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::store ([string $layer = 'user'])

Beschreibung

Stores configuration data in a layer.

Parameter

string $layer

config layer to store

Rückgabewert

bool - Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Fehler-Meldungen

Tabelle 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.