sqlite_fetch_array SQLiteResult->fetch SQLiteUnbuffered->fetch Fetches the next row from a result set as an array Description arraysqlite_fetch_array resourceresult intresult_type booldecode_binary Object oriented style (method): SQLiteResult arrayfetch intresult_type booldecode_binary SQLiteUnbuffered arrayfetch intresult_type booldecode_binary Fetches the next row from the given result handle. If there are no more rows, returns &false;, otherwise returns an associative array representing the row data. &sqlite.result-type; &sqlite.case-fold; &sqlite.decode-bin; See also sqlite_array_query and sqlite_fetch_string.