PEAR_Config::definedBy

PEAR_Config::definedBy() – キーを定義しているのがどの config レイヤーなのかを通知する

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::definedBy ( string $key )

Description

キーを定義しているのがどの config レイヤーなのかを通知します。

Parameter

string $key

config キー。

Return value

config のレイヤー、あるいは見つからなかった場合に空の文字列を返します。

Note

This function can not be called statically.