sqlite_rewindSQLiteResult-rewind

Example

 bool sqlite_rewind ( resource $result ) 

Description

Object oriented style (method): bool SQLiteResult::rewind ( void )
sqlite_rewind() seeks back to the first row in the given result set.

Return Values

Returns FALSE if there are no rows in the result set, TRUE otherwise.