ODBC_FIELD_NAME(3) 1 ODBC_FIELD_NAME(3) odbc_field_name - Get the columnnameSYNOPSISstring odbc_field_name (resource $result_id, int $field_number)DESCRIPTIONGets the name of the field occupying the given column number in the given result identifier.PARAMETERSo $result_id - The result identifier. o $field_number - The field number. Field numbering starts at 1.RETURN VALUESReturns the field name as a string, or FALSE on error. PHP Documentation Group ODBC_FIELD_NAME(3)
| Related Man Pages |
|---|
| odbc_fetch_row(3) - php |
| ibase_fetch_object(3) - php |
| odbc_binmode(3) - php |
| pg_field_name(3) - php |
| pg_field_size(3) - php |