sqlite_prev Seek to the previous row number of a result set Description boolsqlite_prev resourceresult sqlite_prev seeks back the result handle to the previous row. Returns &false; if there are no more rows, &true; otherwise. &sqlite.no-unbuffered; See also sqlite_has_prev, sqlite_rewind, and sqlite_next.