db_table_structure From Online Manual

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

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: