Query: sqlite_next
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE_NEXT(3) SQLITE_NEXT(3) sqlite_next - Seek to the next row numberSYNOPSISbool sqlite_next (resource $result)DESCRIPTIONObject oriented style (method): bool SQLiteResult::next (void ) bool SQLiteUnbuffered::next (void ) sqlite_next(3) advances the result handle $result to the next row.PARAMETERSo $result - The SQLite result resource. This parameter is not required when using the object-oriented method.RETURN VALUESReturns TRUE on success, or FALSE if there are no more rows.SEE ALSOsqlite_seek(3), sqlite_current(3), sqlite_rewind(3). PHP Documentation Group SQLITE_NEXT(3)