pg_field_name
Description
string pg_field_name ( resource result, int field_number )
pg_field_name() returns the name of the field
occupying the given field_number in the
given PostgreSQL result resource. Field
numbering starts from 0.
Note: This function used to be called pg_fieldname().
Parameters
resultPostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_execute() (among others).
field_numberField number, starting from 0.
Examples
