Function DatabaseRepair->delete_table_alien_in_db

Definitions

sources/database_repair.php

  • Table should not be there so delete it.
  • Visibility: private
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$table_name string No No required parameter N/A N/A Table name
$include_meta boolean No No required parameter N/A N/A Make meta changes too

Preview

Code (PHP)

/**
 * Table should not be there so delete it.
 *
 * @param  string $table_name Table name
 * @param  boolean $include_meta Make meta changes too
 */

private function delete_table_alien_in_db(string $table_name, bool $include_meta)