(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)
Fetches all rows from a result set as an array of arrays
array sqlite_fetch_all ( resource $result [, int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] )
Object oriented style (method):
array SQLiteResult::fetchAll ([ int $result_type = SQLITE_BOTH [, bool $decode_binary = true ]] )
array SQLiteUnbuffered::fetchAll ([ int $result_type = SQLITE_BOTH [, bool $decode_