Query: sqlite_single_query
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLITE_SINGLE_QUERY(3) SQLITE_SINGLE_QUERY(3) sqlite_single_query - Executes a query and returns either an array for one single column or the value of the first rowSYNOPSISarray sqlite_single_query (resource $db, string $query, [bool $first_row_only], [bool $decode_binary])DESCRIPTIONObject oriented style (method): array SQLiteDatabase::singleQuery (string $query, [bool $first_row_only], [bool $decode_binary]) Warning This function is currently not documented; only its argument list is available. PHP Documentation Group SQLITE_SINGLE_QUERY(3)
| Related Man Pages |
|---|
| mysqli_real_query(3) - php |
| pdostatement(3) - php |
| mysqli(3) - php |
| mysqli_stmt(3) - php |
| sqlite_current(3) - php |