PEAR_Config::isDefinedLayer()
PEAR_Config::isDefinedLayer() -- Tells whether a config layer exists
概要
require_once 'config.php'; |
bool PEAR_Config::isDefinedLayer (string $layer)
説明
Tells whether a given config layer exists.
パラメータ
- string
$layer
config layer
返り値
bool - whether $layer exists in this object
注意
この関数は、スタティックにコールする
ことはできません。