bool sqlite_rewind ( resource $result )
Object oriented style (method): bool SQLiteResult::rewind ( void )
sqlite_rewind() seeks back to the first row in the given result set.
Returns FALSE if there are no rows in the result set, TRUE otherwise.