| I. | Na początek | |
| II. | Instalacja i konfiguracja | |
| III. | Opis języka | |
| IV. | Bezpieczeństwo | |
| V. | Możliwości | |
| VI. | Opis funkcji | |
| VII. | Zend API | |
| VIII. | PHP API: Interfejs rozszerzeń | |
| X. | Dodatki | |
Copyright © 1997-2006 the PHP Documentation Group
(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.
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.
| Poprzedni | Spis treści | Następny |
| sqlite_query | Początek rozdziału | sqlite_seek |