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.
result
The SQLite result resource. This parameter is not required when using the object-oriented method.
Předcházející | Domů | Další |
sqlite_libversion | Nahoru | sqlite_num_fields |