SQLite3Result::fetchArrayFetches a result row as an associative or numerically indexed array or both Descriptionpublic arrayfalse 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 int if they fit into the
range |