Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16387 программистов и 1796 роботов. Сейчас ищут 2025 программистов ...
odbc_field_name - Get the columnname
Вернуться к: ODBC Функции
odbc_field_name
(PHP 4, PHP 5, PHP 7)
odbc_field_name — Get the columnname
Описание
string odbc_field_name
( resource
$result_id
, int $field_number
)Gets the name of the field occupying the given column number in the given result identifier.
Список параметров
-
result_id
-
The result identifier.
-
field_number
-
The field number. Field numbering starts at 1.
Возвращаемые значения
Returns the field name as a string, or FALSE
on error.
Вернуться к: ODBC Функции