sqlite_nextSQLiteResult-nextSQLiteUnbuffered-next

Example

 bool sqlite_next ( resource $result ) 

Description

Object oriented style (method): bool SQLiteResult::next ( void )
bool SQLiteUnbuffered::next ( void )
sqlite_next() advances the result handle result to the next row.

Return Values

Returns TRUE on success, or FALSE if there are no more rows.