require_once '/DependencyDB.php';
PEAR_DependencyDB |PEAR_Error & PEAR_DependencyDB::singleton (PEAR_Config &$config, string|false [$depdb = FALSE])
PEAR_DependencyDB |PEAR_Error & PEAR_DependencyDB::singleton
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.
PEAR_Config object
full path to the dependency database, or FALSE to use default
throws no exceptions thrown
This function should be called statically.