PEAR_Config::validConfiguration()
PEAR_Config::validConfiguration() -- Determine whether any configuration files have been detected, and whether a
registry object can be retrieved from this configuration.
概要
require_once '/Config.php'; (since PEAR 1.4.0) |
bool PEAR_Config::validConfiguration ()
説明
This method can be used to ward off any real problems with the default configuration.
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。