Compzone.Org :: Podręcznik PHP :: sqlite_prev
Pytania w drugiej edycji Testu PHP powinny być:
Trudniejsze
Łatwiejsze
Skomplikowane
Na myślenie
Do liczenia
Sonda Wyniki

Add to Google

sqlite_prev

(PHP 5)

sqlite_prev

(no version information, might be only in CVS)

SQLiteResult->prev -- Seek to the previous row number of a result set

Opis

bool sqlite_prev ( resource result )

Object oriented style (method):

class SQLiteResult {

bool prev ( void )

}

sqlite_prev() seeks back the result handle to the previous row.

Parametry

result

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

Notatka: Ta funkcja nie może być używana z niebuforowanymi wynikami.

Zwracane wartości

Returns TRUE on success, or FALSE if there are no more previous rows.

Copyright © 2005-2006 Compzone.Org. Kopiowanie i wykorzystywanie materiałów zawartych na tej stronie bez zgody autora zabronione!