mysql_xdevapi\Table
PHP Manual

Table::existsInDatabase

(No version information available, might only be in Git)

Table::existsInDatabaseCheck if table exists in database

Description

public bool mysql_xdevapi\Table::existsInDatabase ( void )

Verifies if this table exists in the database.

Parameters

This function has no parameters.

Return Values

Returns TRUE if table exists in the database, else FALSE if it does not.

Examples

Example #1 mysql_xdevapi\Table::existsInDatabase() example

<?php

$existInDb 
$table->existsInDatabase();

?>

mysql_xdevapi\Table
PHP Manual