Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

WinBinder Manual/db list database tables

Lists the tables that exist in the current database.

Syntax

array db_list_database_tables(void)

Arguments

None.

Result

The function returns an array of the existing tables or NULL if no table is found.

Example

// Get my tables from database

$mytables = db_list_database_tables();

See also


Winbinder Projects