php man page for msql_list_fields

Query: msql_list_fields

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MSQL_LIST_FIELDS(3)													       MSQL_LIST_FIELDS(3)

msql_list_fields - List result fields

SYNOPSIS
resource msql_list_fields (string $database, string $tablename, [resource $link_identifier])
DESCRIPTION
msql_list_fields(3) returns information about the given table.
PARAMETERS
o $database - The name of the database. o $tablename - The name of the table. o $ link_identifier -The mSQL connection. If not specified, the last link opened by msql_connect(3) is assumed. If no such link is found, the function will try to establish a link as if msql_connect(3) was called, and use it.
RETURN VALUES
Returns a result set which may be traversed with any function that fetches result sets, such as msql_fetch_array(3). On failure, this function will return FALSE.
SEE ALSO
msql_list_tables(3), msql_list_dbs(3). PHP Documentation Group MSQL_LIST_FIELDS(3)
Related Man Pages
fbsql_select_db(3) - php
ibase_trans(3) - php
msql_connect(3) - php
mssql_close(3) - php
mysql_db_query(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun