sqlite_next

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
Seek to the next row number
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.

Parameters:
result

The SQLite result resource. This parameter is not required when using the object-oriented method.

Returns:

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

See also:

sqlite_seek() -

sqlite_current() -

sqlite_rewind() -

doc_php
2016-02-24 16:18:30
Comments
Leave a Comment

Please login to continue.