PEAR_DependencyDB::rebuildDB()

PEAR_DependencyDB::rebuildDB()  -- Rebuild the dependency DB by reading registry entries.

Synopsis

require_once '/DependencyDB.php';

true|PEAR_Error PEAR_DependencyDB::rebuildDB ()

Beschreibung

This is used to create or re-create the dependency database by reading registry entries for each installed file to extract dependencies and save them in the dependency database.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.