3.8 dbexists

Specifies if the database exists with the name given. A value is returned if the database exists.

Parameters:

$kiriwrite_dbmodule->dbexists(dbname);

Usage:

$db_exists = $kiriwrite_dbmodule->dbexists("database");

dbname
Specifies the database name to check.