PHP.nl

odbc_fetch_array

odbc_fetch_array

Fetch a result row as an associative array

 **odbc_fetch_array** Odbc\Result $statement  $row

Fetch an associative from an ODBC query. array

statement odbc.result.object from . odbc_exec

rowOptionally choose which row number to retrieve.

Returns an array that corresponds to the fetched row, or false if there are no more rows.

Opmerking: > This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.

odbc_fetch_row``odbc_fetch_object``odbc_num_rows