Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16414 программистов и 1784 робота. Сейчас ищут 2076 программистов ...
fbsql_field_table - Get name of the table the specified field is in
Вернуться к: FrontBase Функции
fbsql_field_table
(PHP 4 >= 4.0.6, PHP 5, PHP 7)
fbsql_field_table — Get name of the table the specified field is in
Описание
string fbsql_field_table
( resource
$result
[, int $field_offset
] )Returns the name of the table that the specified field is in.
Список параметров
-
result
-
Идентификатор результата запроса, полученный из fbsql_query() или fbsql_db_query().
-
field_offset
-
The numerical offset of the field. The field index starts at 0.
Возвращаемые значения
Returns the name of the table, as a string.
Вернуться к: FrontBase Функции