PEAR_Config::getRegistry()

PEAR_Config::getRegistry() -- getRegistry

概要

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

PEAR_Registry|false& PEAR_Config::getRegistry ([string $use = NULL])

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $use

This parameter determines which layer will be used to retrieve a registry based on the php_dir configuration variable for that layer. The default value of null will use the first layer that contains a valid php_dir, whereas if specified as user, system or ftp, it will attempt to return the registry for that layer.

On failure to retrieve a registry, it returns false

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。