cMySql57_Utils::ExistsTable() - rstoetter/libsqlphp GitHub Wiki

Method ExistsTable( )

 public  static   boolean rstoetter\libsqlphp\cMySql57_Utils::ExistsTable(\rstoetter\libsqlphp\mysqli $mysqli, string $tablename)

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