PEAR_Config::isDefined()

PEAR_Config::isDefined() -- Tells whether a key exists as config value

Referentiesamenvatting

require_once 'PEAR/config.php';

bool PEAR_Config::isDefined (string $key)

Beschrijving

Tells whether a given key exists as a config value.

Parameter

string $key

config key

Return waarde

bool - whether $key exists in this object

Note

Deze functie kan niet statisch worden aangeroepen.