sqlite_rewind
SQLiteResult->rewind
Seek to the first row number
&reftitle.description;
boolsqlite_rewind
resourceresult
Object oriented style (method):
SQLiteResult
boolrewind
sqlite_rewind seeks back to the first row in the
given result set.
&reftitle.parameters;
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
&sqlite.no-unbuffered;
&reftitle.returnvalues;
Returns &false; if there are no rows in the result set, &true; otherwise.
&reftitle.seealso;
sqlite_next
sqlite_current
sqlite_seek