SQLiteResult->rewind()
SQLiteResult->rewind - Seek to the first row number
Syntax
bool SQLiteResult->rewind ()
Arguments
-
Description
Object oriented style (method):
Version
PHP 5, PECL sqlite >= 1.0.0
Return value
Returns FALSE if there are no rows in the result set, TRUE otherwise.