PEAR_Config::definedBy()

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

概要

require_once 'PEAR/config.php';

string PEAR_Config::definedBy (string $key)

説明

Tells what config layer that gets to define a key.

パラメータ

string $key

config key

返り値

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

注意

この関数は、スタティックにコールする ことはできません。