php man page for fbsql_table_name

Query: fbsql_table_name

OS: php

Section: 3

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

FBSQL_TABLE_NAME(3)							 1						       FBSQL_TABLE_NAME(3)

fbsql_table_name - Get table name of field

SYNOPSIS
string fbsql_table_name (resource $result, int $index)
DESCRIPTION
fbsql_table_name(3) gets the name of the current table in the given $result set. The fbsql_num_rows(3) function may be used to determine the number of tables in the result pointer.
PARAMETERS
o $result - A result pointer returned by fbsql_list_tables(3). o $index - Integer index for the current table.
RETURN VALUES
Returns the name of the table, as a string.
EXAMPLES
Example #1 fbsql_table_name(3) example <?php fbsql_connect("localhost", "_SYSTEM", ""); $result = fbsql_list_tables("wisconsin"); $i = 0; while ($i < fbsql_num_rows($result)) { $tb_names[$i] = fbsql_table_name($result, $i); echo $tb_names[$i] . "<br />"; $i++; } ?> PHP Documentation Group FBSQL_TABLE_NAME(3)
Related Man Pages
cubrid_field_table(3) - php
fbsql_fetch_array(3) - php
fbsql_list_dbs(3) - php
fbsql_next_result(3) - php
mysql_tablename(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!