sqlite_fetch_num

mIRC SQLite

sqlite_fetch_num
Fetches the current row from a result and then advances to the next row.
Syntax
$sqlite_fetch_num ( result, hash_table )
Parameters
result
The result identifier.
hash_table
The name of the hash table to where to store the row data.
Return Value
1 on success; Otherwise 0 if there are no more rows available, or $null if there was an error.
Remarks
$sqlite_fetch_num is provided for convenience. All it does is call $sqlite_fetch_row with result_type set to $SQLITE_NUM