sqlite_rewind Seek to the first row number Description boolsqlite_rewind resourceresult sqlite_rewind seeks back to the first row in the result set. Returns &false; if there are no rows in the result set, &true; otherwise. &sqlite.no-unbuffered; See also sqlite_next, sqlite_current, and sqlite_seek.