Home > PHP > Function > ODBC > odbc_field_name()

odbc_field_name()

odbc_field_name - Get the columnname

Syntax

string odbc_field_name (resource $result_id, int $field_number)

Arguments

  • result_id - The result identifier.
  • field_number - The field number. Field numbering starts at 1.

Description

Gets the name of the field occupying the given column number in the given result identifier.

Version

PHP 4, 5

Return value

Returns the field name as a string, or FALSE on error.