Db table structure: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "{{smcfunc |function=db_table_structure |usage=$smcFunc['db_table_structure'] (table_name) |description=This function returns the structure of a table. |parameters={{parmdesc |t...")
(No difference)

Revision as of 11:10, 7 October 2012

Usage:

$smcFunc['db_table_structure'] (table_name)


Description: This function returns the structure of a table.

Parameters:

  • table_name (string) the name of an existing table.

Return: (array) an array with table name, columns, and indexes.



Advertisement: