sqlite_has_prev() returns TRUE if there are more previous rows available from the result handle, or FALSE otherwise;
Nota: Esta função não pode ser utilizada com manipuladores de resultados sem buffer.
See also sqlite_prev(), sqlite_has_more(), and sqlite_num_rows().