Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 5)
sqlite_rewind(no version information, might be only in CVS)
SQLiteResult->rewind -- Seek to the first row numberObject oriented style (method):
class SQLiteResult {sqlite_rewind() seeks back to the first row in the given result set.
result
The SQLite result resource. This parameter is not required when using the object-oriented method.
Poznámka: Tuto funkci nelze použít s nebufferovaným přístupem k výsledkům.
Předcházející | Domů | Další |
sqlite_query | Nahoru | sqlite_seek |