sqlite_key

mIRC SQLite

sqlite_key
Returns the current row number of a result.
Syntax
$sqlite_key ( result )
Parameters
result
The result identifier.
Return Value
The current row number on success, 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.