English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The data type of the field of the odbc_field_type() function
string odbc_field_type ( resource $result_id , int $field_number )
It is used to obtain information about the field data type
Returns the field type as a string, returns False if an error occurs.
Serial number | Parameters and descriptions |
---|---|
1 | result_id Result identifier. |
2 | field_number Field number, starting from1Start |