PEAR_DependencyDB::assertDepsDB

PEAR_DependencyDB::assertDepsDB() – もし存在しない場合は、依存性データベースを作成する。 読み込むコードよりデータベースのほうが新しい場合はエラーとなる

Synopsis

require_once '/DependencyDB.php';

void|PEAR_Error PEAR_DependencyDB::assertDepsDB ( )

Description

依存性データベースが存在するかどうかを調べ、 存在しない場合は作成を試みます。

Throws

例外はスローされません。

Note

This function can not be called statically.