bool db_table_exists (string tablename)
Checks for the existence of a table in the current database.
Arguments
tablename is the name of the table to be looked for.
Result
Returns TRUE if the table exists, FALSE otherwise.
Example
|
See also