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