$databasetableExists()

Does the given table exist in this database?

Available since version 3.0.133.

Usage

$bool = $database->tableExists(string $table);

Arguments

NameType(s)Description
$tablestring

Return value

bool


$database methods and properties

API reference based on ProcessWire core version 3.0.251