Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.odbc-field-num.html
Дата изменения: Sun Feb 3 22:49:37 2002
Дата индексирования: Mon Oct 1 22:32:19 2012
Кодировка:
odbc_field_num

odbc_field_num

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

odbc_field_num -- Return column number

Description

int odbc_field_num ( int result_id, string field_name)

odbc_field_num() will return the number of the column slot that corresponds to the named field in the given ODBC result identifier. Field numbering starts at 1. FALSE is returned on error.