PEAR_Config::noRegistry()
PEAR_Config::noRegistry() -- noRegistry
概要
require_once '/Config.php'; (since PEAR 1.4.0) |
void PEAR_Config::noRegistry ()
説明
Use this method to disable automatic creation of PEAR_Registry objects when
reading from a configuration file or changing php_dir configuration variable.
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。