(Created page with "{{smcfunc |function=db_drop_table |usage=$smcFunc['db_drop_table'] (table_name, parameters, error) |description=This function allows for removal a table. You can not delete a SMF...") |
m (refresh SMW properties) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
|return=(bool) true if the table is dropped, false otherwise | |return=(bool) true if the table is dropped, false otherwise | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
[[Category:Database Package Functions | [[Category:Database Package Functions]]</noinclude> | ||
Latest revision as of 16:45, 11 October 2012
Usage:
$smcFunc['db_drop_table'] (table_name, parameters, error)
Description: This function allows for removal a table. You can not delete a SMF default table.
Parameters:
- table_name (string) the name of an existing table
- parameters (array) deprecated
- error (string) deprecated
Return: (bool) true if the table is dropped, false otherwise