bool sqlite_has_prev ( resource $result )
Object oriented style (method): bool SQLiteResult::hasPrev ( void )
Find whether there are more previous rows from the given result handle.
Returns TRUE if there are more previous rows available from the result handle, or FALSE otherwise.