sqlite_rewind

mIRC SQLite

sqlite_rewind
Seeks to the first row.
Syntax
$sqlite_rewind ( result )
/sqlite_rewind result
Parameters
result
The result identifier.
Return Value
1 on success; Otherwise 0 if the result isn't rewindable, or $null if there was an error.
Remarks
$sqlite_rewind is equivalent to calling $sqlite_seek with row value of 1 and seek_type of $SQLITE_BEG.