Query: odbc_field_type
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_FIELD_TYPE(3) 1 ODBC_FIELD_TYPE(3) odbc_field_type - Datatype of a fieldSYNOPSISstring odbc_field_type (resource $result_id, int $field_number)DESCRIPTIONGets the SQL type of the field referenced by 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 type as a string, or FALSE on error. PHP Documentation Group ODBC_FIELD_TYPE(3)
Related Man Pages |
---|
odbc_fetch_row(3) - php |
cubrid_field_type(3) - php |
ifx_fieldproperties(3) - php |
ifx_htmltbl_result(3) - php |
odbc_result(3) - php |