PEAR_Config::isDefinedLayer()

PEAR_Config::isDefinedLayer() -- Tells whether a config layer exists

Referentiesamenvatting

require_once 'config.php';

bool PEAR_Config::isDefinedLayer (string $layer)

Beschrijving

Tells whether a given config layer exists.

Parameter

string $layer

config layer

Return waarde

bool - whether $layer exists in this object

Note

Deze functie kan niet statisch worden aangeroepen.