• PHP Video Tutorials

PHP - Function Field Number



Syntax

int odbc_field_num ( resource $result_id , string $field_name )

Definition and Usage

It used to get the coloumn number

Return Values

It returns field number as a int value or false on error

Parameters

Sr.No Parameters & Description
1

result_id

It used to identifier the result

2

field_name

It contains the information about filed name

php_function_reference.htm
Advertisements