sqlite_next(3) php man page | unix.com

Man Page: sqlite_next

Operating Environment: php

Section: 3

SQLITE_NEXT(3)															    SQLITE_NEXT(3)

sqlite_next - Seek to the next row number

SYNOPSIS
bool sqlite_next (resource $result)
DESCRIPTION
Object oriented style (method): bool SQLiteResult::next (void ) bool SQLiteUnbuffered::next (void ) sqlite_next(3) advances the result handle $result to the next row.
PARAMETERS
o $result - The SQLite result resource. This parameter is not required when using the object-oriented method.
RETURN VALUES
Returns TRUE on success, or FALSE if there are no more rows.
SEE ALSO
sqlite_seek(3), sqlite_current(3), sqlite_rewind(3). PHP Documentation Group SQLITE_NEXT(3)
Related Man Pages
maxdb_data_seek(3) - php
mysqli_next_result(3) - php
sqlite_current(3) - php
sqlite_fetch_array(3) - php
sqlite_num_rows(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!