update : 2015.11.03
php.shukuma.com검색:
|
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. Alternately will return |