sqlite_rewindSQLiteResult-rewind

 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.