Db remove index: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "{{smcfunc |function=db_remove_index |usage=$smcFunc['db_remove_index'](table_name, index_name, parameters, error) |description=This function removes a index. |parameters={{parmde...")
 
m (refresh SMW properties)
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
|return=(bool) true if the index is successfully removed, false if the index is not found.
|return=(bool) true if the index is successfully removed, false if the index is not found.
}}
}}
<noinclude>
<noinclude>
[[Category:Database Package Functions]]
[[Category:Database Package Functions]]</noinclude>
[[Category:2.0]]
[[Category:Customizing SMF]]
[[Category:Developing SMF]]</noinclude>

Latest revision as of 16:46, 11 October 2012

Usage:

$smcFunc['db_remove_index'](table_name, index_name, parameters, error)


Description: This function removes a index.

Parameters:

  • table_name (string) the name of an existing table
  • index_name (string) the name of the index to remove.
  • parameters (array) deprecated as of 2.0 RC3, leave empty
  • error (string) deprecated as of 2.0 RC3, leave empty

Return: (bool) true if the index is successfully removed, false if the index is not found.



Advertisement: