PHP - Function Field Name
Syntax
string odbc_field_name ( resource $result_id , int $field_number )
Definition and Usage
It used to get the coloumn name
Return Values
It returns field name as 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 information about filed number, field number starts from 1 |
php_function_reference.htm
Advertisements