Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.pg-fieldname.html
Дата изменения: Sun Feb 3 22:53:03 2002
Дата индексирования: Mon Oct 1 22:18:48 2012
Кодировка:
pg_fieldname

pg_fieldname

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

pg_fieldname -- Returns the name of a field

Description

string pg_fieldname ( resource result, int field_number)

pg_fieldname() returns the name of the field occupying the given field_number in the given PostgreSQL result resource. Field numbering starts from 0.

See also pg_fieldnum().