PEAR_Config::definedBy()

PEAR_Config::definedBy() -- Tells what config layer that gets to define a key

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::definedBy (string $key)

Beschreibung

Tells what config layer that gets to define a key.

Parameter

string $key

config key

Rückgabewert

string - the config layer, or an empty string if not found

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.