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