English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_fetch_into() function extracts a result row into an array.
int odbc_fetch_into ( resource $result_id, array &$result_array[, int $rownumber] )
It is used to extract the result into the row
It returns the number of columns in the row, otherwise it returns an error
Serial number | Parameters and descriptions |
---|---|
1 | result_id It contains information about the result resource |
2 | result_array It contains the result array and starts from index 0 |
3 | rownumber It contains line numbers |