Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

fbsql_tablename

(PHP 4 >= 4.2.0, PHP 5)

fbsql_tablename -- Get table name of field

Описание

string fbsql_tablename ( resource result, int i )

fbsql_tablename() gets the name of the current table in the given result set.

The fbsql_num_rows() function may be used to determine the number of tables in the result pointer.

Список параметров

result

A result pointer returned by fbsql_list_tables().

i

Integer index for the current table.

Возвращаемые значения

Returns the name of the table, as a string.

Примеры

Пример 1. fbsql_tablename() example

<?php
fbsql_connect
("localhost", "_SYSTEM", "");
$result = fbsql_list_tables("wisconsin");
$i = 0;
while (
$i < fbsql_num_rows($result)) {
   
$tb_names[$i] = fbsql_tablename($result, $i);
    echo
$tb_names[$i] . "<br />";
   
$i++;
}
?>



add a note add a note User Contributed Notes
fbsql_tablename
There are no user contributed notes for this page.

fbsql_username> <fbsql_stop_db
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571