sqlite_current
SQLiteResult->current
SQLiteUnbuffered->current
Fetches the current row from a result set as an array
&reftitle.description;
arraysqlite_current
resourceresult
intresult_typeSQLITE_BOTH
booldecode_binarytrue
Object oriented style (method):
SQLiteResult
arraycurrent
intresult_typeSQLITE_BOTH
booldecode_binarytrue
SQLiteUnbuffered
arraycurrent
intresult_typeSQLITE_BOTH
booldecode_binarytrue
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.
&reftitle.parameters;
result
The SQLite result resource. This parameter is not required when using
the object-oriented method.
result_type
&sqlite.result-type;
decode_binary
&sqlite.decode-bin;
&reftitle.returnvalues;
Returns an array of the current row from a result set; &false; if the
current position is beyond the final row.
&sqlite.case-fold;
&reftitle.seealso;
sqlite_seek
sqlite_next
sqlite_fetch_array