db_table_structure From Online Manual

Revision as of 16:46, 11 October 2012 by AngelinaBelle (talk | contribs) (refresh SMW properties)
(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: