PHP - Function Field Type
Syntax
string odbc_field_type ( resource $result_id , int $field_number )
Definition and Usage
It used to get the information about datatype of a filed
Return Values
It returns data type as a string or false on error
Parameters
| Sr.No | Parameters & Description |
|---|---|
| 1 |
result_id It used to identifier the result |
| 2 |
field_number It contains the field number and it starts from 1 |
php_function_reference.htm
Advertisements