| 7 schema.inc | abstract public DatabaseSchema::dropTable($table) |
Drop a table.
Parameters
$table: The table to be dropped.
Return value
TRUE if the table was successfully dropped, FALSE if there was no table by that name to begin with.
File
- includes/
database/ schema.inc, line 403 - Generic Database schema code.
Code
abstract public function dropTable($table);
Login or register to post comments