PEAR_Config::isDefined()
PEAR_Config::isDefined() -- Tells whether a key exists as config value
Synopsis
require_once 'PEAR/config.php'; |
bool PEAR_Config::isDefined (string $key)
Beschreibung
Tells whether a given key exists as a config value.
Rückgabewert
bool - whether $key exists in this object
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.