SQLite3Result::fetchArray(PHP 5 >= 5.3.0) SQLite3Result::fetchArray — Fetches a result row as an associative or numerically indexed array or both Описание
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. Список параметров
Возвращаемые значенияReturns a result row as an associatively or numerically indexed array or both. |
||