sqlite_prev SQLiteResult->prev Seek to the previous row number of a result set Description boolsqlite_prev resourceresult Object oriented style (method): SQLiteResult boolprev 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.