cMySql57_Utils::ExistsTable() - rstoetter/libsqlphp GitHub Wiki
Method ExistsTable( )
public static boolean rstoetter\libsqlphp\cMySql57_Utils::ExistsTable(\rstoetter\libsqlphp\mysqli $mysqli, string $tablename)
- Namespace : rstoetter\libsqlphp
- Class name: cMySql57_Utils
- This method is defined by rstoetter\libsqlphp\cMySql57_Utils
The method ExistsTable returns true, if there is a table with the name $tablename in the actual database
Example:
Arguments
- $mysqli rstoetter\libsqlphp\mysqli - <p>the database connection</p>
- $tablename string - <p>the name of the table</p>
Returns
boolean true, if there is a table with the name $tablename in the actual database