sqlite_prev

(PHP 5)

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

Description

bool sqlite_prev ( resource result)

sqlite_prev() seeks back the result handle to the previous row. Returns FALSE if there are no more rows, TRUE otherwise.

Nota: Esta função não pode ser utilizada com manipuladores de resultados sem buffer.

See also sqlite_has_prev(), sqlite_rewind(), and sqlite_next().