PEAR_DependencyDB::setConfig (Previous) (Next) PEAR_DependencyDB::uninstallPackage

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Plain HTML

PEAR_DependencyDB::singleton()

PEAR_DependencyDB::singleton()  -- 生の依存性データベースを取得する。setConfig() および assertDepsDB() をコールする

概要

require_once '/DependencyDB.php';

PEAR_DependencyDB |PEAR_Error & PEAR_DependencyDB::singleton (PEAR_Config &$config, string|false [$depdb = FALSE])

説明

ディスク上のデータベースの場所にもとづいた、単一の依存性データベースを返します。 言い換えると、各レジストリの場所に対して、ひとつの依存性データベースが作成されます。

パラメータ

PEAR_Config &$config

PEAR_Config オブジェクト。

string|$false; $depdb

依存性データベースへのフルパス、あるいはデフォルト設定を使用する場合に FALSE

例外・エラー

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

注意

この関数は、スタティックにコール されます。

PEAR_DependencyDB::setConfig (Previous) (Next) PEAR_DependencyDB::uninstallPackage

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.