$database->dropTable()
Drops a table
$database->dropTable(string $table): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $tablerequired | string |
no default value |
Return type
bool
This method modifies the existing $database object it is applied to and returns it again.