sqlite_next

SQLiteResult::next

SQLiteUnbuffered::next

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_next -- SQLiteResult::next -- SQLiteUnbuffered::nextSeek to the next row number

Опис

bool sqlite_next ( resource $result )

Об'єктно-орієнтований стиль (method):

bool SQLiteResult::next ( void )
bool SQLiteUnbuffered::next ( void )

sqlite_next() advances the result handle result to the next row.

Параметри

result

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

Значення, що повертаються

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

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top