PEAR_DependencyDB
|PEAR_Error
&
PEAR_DependencyDB::singleton
(
PEAR_Config
&$config
,
string|false
$depdb
= false
)
Return a single dependency database based on the location of the database on disk. In other words, 1 dependency database is created for each registry location.
&$config
PEAR_Config object
$depdb
full path to the dependency database, or FALSE to use default
throws no exceptions thrown
This function should be called statically.