PEAR_Config::noRegistry

PEAR_Config::noRegistry() – noRegistry

Synopsis

require_once '/Config.php'; (since PEAR 1.4.0)

void PEAR_Config::noRegistry ( )

Description

設定ファイルからの読み込みや php_dir の設定値を変更した際に、 自動的に PEAR_Registry オブジェクトが作成されるのを無効にします。

Throws

例外はスローされません。

Note

This function can not be called statically.