sqlite_nextSQLiteResult-nextSQLiteUnbuffered-next

 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.