pg_field_name

 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().

戻り値

The field name, or FALSE on error.