(PHP 4, PHP 5, PHP 7)
Lists the column names in specified tables
resource odbc_columns ( resource $connection_id [, string $qualifier [, string $schema [, string $table_name [, string $column_name ]]]] )
Lists all columns in the requested range.
Parameters:
connection_id
The ODBC connection identifier, see odbc_connect() for details.
qualifier