sqlite_single_query

Example

 array sqlite_single_query ( resource $db , string $query [, bool $first_row_only [, bool $decode_binary ]] ) 

Description

Executes a query and returns either an array for one single column or the value of the first row

Return Values