sqlite_next
SQLiteResult->next
SQLiteUnbuffered->next
(PHP 5, PECL sqlite >= 1.0.0)
sqlite_next -- SQLiteResult->next -- SQLiteUnbuffered->next — Seek to the next row number
Descrierea
bool sqlite_next
( resource $result
)
Object oriented style (method):
SQLiteResult
SQLiteUnbuffered
sqlite_next() advances the result handle result to the next row.
Parametri
- result
-
The SQLite result resource. This parameter is not required when using the object-oriented method.
Valorile întroarse
Returns TRUE on success, or FALSE if there are no more rows.
Vedeţi de asemenea
- sqlite_seek() - Seek to a particular row number of a buffered result set
- sqlite_current() - Fetches the current row from a result set as an array
- sqlite_rewind() - Seek to the first row number
sqlite_next
There are no user contributed notes for this page.
