PHP » GoLang |
login |
register |
about
|
GoLang SQLite3Result::fetchArray
request it (291)
GoLang replacement for PHP's SQLite3Result::fetchArray
[edit | history]
SQLite3Result::fetchArray(PHP 5 >= 5.3.0, PHP 7) SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both Description
public array SQLite3Result::fetchArray
([ int
$mode = SQLITE3_BOTH
] )Fetches a result row as an associative or numerically indexed array or both. By default, fetches as both. Parameters
Return Values
Returns a result row as an associatively or numerically indexed array or
both. Alternately will return
The types of the values of the returned array are mapped from SQLite3 types
as follows: integers are mapped to integer if they fit into the
range |
more
Recently updated
more
Most requested
more
Last requests
|