sqlite_next

(PHP 5)

sqlite_next

(no version information, might be only in CVS)

SQLiteResult->next

(no version information, might be only in CVS)

SQLiteUnbuffered->next -- Seek to the next row number

Opis

bool sqlite_next ( resource result )

Object oriented style (method):

class SQLiteResult {

bool next ( void )

}class SQLiteUnbuffered {

bool next ( void )

}

sqlite_next() advances the result handle result to the next row.

Parametry

result

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

Zwracane wartości

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

Patrz także

sqlite_seek()
sqlite_current()
sqlite_rewind()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:54