SQLite Функции
PHP Manual

sqlite_has_prev

SQLiteResult->hasPrev

(PHP 5)

sqlite_has_prev -- SQLiteResult->hasPrevReturns whether or not a previous row is available

Описание

bool sqlite_has_prev ( resource $result )

Object oriented style (method):

SQLiteResult
bool hasPrev ( void )

Find whether there are more previous rows from the given result handle.

Параметри

result

The SQLite result resource. This parameter is not required when using the object-oriented method.

Забележка: Тази функция не може да се използва с небуферирани манипулатори на резултата.

Връщани стойности

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

Вж. също


SQLite Функции
PHP Manual