bool sqlite_next ( resource $result )
Object oriented style (method): bool SQLiteResult::next ( void )
bool SQLiteUnbuffered::next ( void )
sqlite_next() advances the result handle result to the next row.
Returns TRUE on success, or FALSE if there are no more rows.