• PHP Video Tutorials

PHP - Function fetch array



Syntax

array odbc_fetch_array ( resource $result [, int $rownumber ] )

Definition and Usage

It used to fetch a result row as an associated array

Return Values

It returns an associated array were fetched on success and false on failure

Parameters

Sr.No Parameters & Description
1

result

It contains result resources from odbc_exec()

2

rownumber

It contains the information about which number of row to retrive

php_function_reference.htm
Advertisements