English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_fetch_array() function retrieves the result rows as an associated array.
array odbc_fetch_array ( resource $result [, int $rownumber ] )
It is used to get the result rows as an associated array
Returns the associated array obtained when successful, and returns false when failed
Serial number | Parameters and descriptions |
---|---|
1 | result It contains the result resource from odbc_exec() |
2 | rownumber It contains information about the number of rows to be retrieved |