PEAR_Config::store()

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

Referentiesamenvatting

require_once 'PEAR/config.php';

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

Beschrijving

Stores configuration data in a layer.

Parameter

string $layer

config layer to store

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.