sqlite_array_query(no version information, might be only in CVS) sqlite_array_query -- Execute a query against a given database and returns an array.Descriptionarray sqlite_array_query ( resource dbhandle, string query [, int result_type [, bool decode_binary]])array sqlite_array_query ( string query, resource dbhandle [, int result_type [, bool decode_binary]]) sqlite_array_query() is similar to calling sqlite_query() and then sqlite_fetch_array() for each row of the result set and storing it into an array, as shown in the example below. Calling sqlite_array_query() is significantly faster than using such a script.
See also sqlite_query(), sqlite_fetch_array(), and sqlite_fetch_string(). | |||