sqlite_current
SQLiteResult->current
SQLiteUnbuffered->current
Fetches the current row from a result set as an array
Description
arraysqlite_current
resourceresult
intresult_type
booldecode_binary
Object oriented style (method):
SQLiteResult
arraycurrent
intresult_type
booldecode_binary
SQLiteUnbuffered
arraycurrent
intresult_type
booldecode_binary
sqlite_current is identical to
sqlite_fetch_array except that it does not advance
to the next row prior to returning the data; it returns the data from the
current position only.
If the current position is beyond the final row, this function returns
&false;
&sqlite.result-type;
&sqlite.case-fold;
&sqlite.decode-bin;
See also sqlite_seek,
sqlite_next, and
sqlite_fetch_array.