Manuál PHP | ||
---|---|---|
Předcházející | Další |
(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 numberObject oriented style (method):
class SQLiteResult {sqlite_next() advances the result handle result to the next row. Returns FALSE if there are no more rows, TRUE otherwise.
See also sqlite_seek(), sqlite_current() and sqlite_rewind().
Předcházející | Domů | Další |
sqlite_libversion | Nahoru | sqlite_num_fields |