sqlite_has_prevSQLiteResult-hasPrev

Example

 bool sqlite_has_prev ( resource $result ) 

Description

Object oriented style (method): bool SQLiteResult::hasPrev ( void )
Find whether there are more previous rows from the given result handle.

Return Values

Returns TRUE if there are more previous rows available from the result handle, or FALSE otherwise.