• PHP Video Tutorials

PHP - Function fetch into



Syntax

int odbc_fetch_into ( resource $result_id , array &$result_array [, int $rownumber ] )

Definition and Usage

It used to fetch a result into row

Return Values

It returns the number of coloumns in the row or else error on failure

Parameters

Sr.No Parameters & Description
1

result_id

It contains information of result resources

2

result_array

It contains the result array and it is starting with index 0

3

rownumber

It contains rownumber

php_function_reference.htm
Advertisements