|
odbc_fetch_row(PHP 4, PHP 5) odbc_fetch_row — Fetch a row Описание
bool odbc_fetch_row
( resource $result_id
[, int $row_number
] )
Fetches a row of the data that was returned by odbc_do() or odbc_exec(). After odbc_fetch_row() is called, the fields of that row can be accessed with odbc_result(). Список параметров
Возвращаемые значенияReturns TRUE if there was a row, FALSE otherwise. |
|