(PHP 5)
sqlite_prev() seeks back the result handle to the previous row. Returns FALSE if there are no more rows, TRUE otherwise.
注意: この関数は、 バッファなしの結果ハンドルで使用することはできません。
See also sqlite_has_prev(), sqlite_rewind(), and sqlite_next().