db_drop_table From Online Manual

Revision as of 21:47, 25 August 2012 by Emanuele (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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



Advertisement: