Function DatabaseConnector->drop_table_if_exists

Definitions

sources/database.php

  • Drop the given table, or if it doesn't exist, silently return.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$table mixed required parameter N/A N/A The table name(s)