-
Notifications
You must be signed in to change notification settings - Fork 0
dev rstoetter cSqlScript cSqlScript::ExistsTable()
Rainer Stötter edited this page May 31, 2018
·
1 revision
protected static boolean rstoetter\cSqlScript\cSqlScript::ExistsTable(\rstoetter\cSqlScript\mysqli $mysqli, string $tablename)
- Namespace : rstoetter\cSqlScript
- Class name: cSqlScript
- This method is defined by the class rstoetter\cSqlScript\cSqlScript
The method ExistsTable( ) checks whether a table exists or not
Example:
- $mysqli \rstoetter\cSqlScript\mysqli - <p>the database connection</p>
- $tablename string - <p>is the name of the table to check</p>
boolean true, if the table $tablename exists
This wiki page is part of the documentation of the PHP class library cSqlScript