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 ( )

Description

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

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Track dependency relationships between installed packages (Previous) Determine whether $parent depends on $child, near or deep (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.