php man page for sqlite_prev

Query: sqlite_prev

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SQLITE_PREV(3)															    SQLITE_PREV(3)

sqlite_prev - Seek to the previous row number of a result set

SYNOPSIS
bool sqlite_prev (resource $result)
DESCRIPTION
Object oriented style (method): bool SQLiteResult::prev (void ) sqlite_prev(3) seeks back the $result handle to the previous row.
PARAMETERS
o $result - The SQLite result resource. This parameter is not required when using the object-oriented method. Note This function cannot be used with unbuffered result handles.
RETURN VALUES
Returns TRUE on success, or FALSE if there are no more previous rows.
SEE ALSO
sqlite_has_prev(3), sqlite_rewind(3), sqlite_next(3). PHP Documentation Group SQLITE_PREV(3)
Related Man Pages
maxdb_data_seek(3) - php
sqlite_column(3) - php
sqlite_fetch_single(3) - php
sqlite_num_rows(3) - php
sqlite_unbuffered_query(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
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!