PHP » GoLang |
login |
register |
about
|
sqlite_currentSQLiteResult::currentSQLiteUnbuffered::current(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_current -- SQLiteResult::current -- SQLiteUnbuffered::current — Fetches the current row from a result set as an array Description
array sqlite_current
( resource
$result
[, int $result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )Object oriented style (method):
array SQLiteResult::current
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )
array SQLiteUnbuffered::current
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = TRUE
]] )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. Parameters
Return Values
Returns an array of the current row from a result set; The column names returned by
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|