PEAR_DependencyDB::assertDepsDB()

PEAR_DependencyDB::assertDepsDB()  --  Create the dependency database, if it doesn't exist. Error if the database is newer than the code reading it.

Synopsis

require_once '/DependencyDB.php';

void|PEAR_Error PEAR_DependencyDB::assertDepsDB ()

Beschreibung

Assert that the dependency database exists, and attempt to create it if it doesn't.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.