update : 2015.11.03
php.shukuma.com검색:
|
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 |