PHP » GoLang |
login |
register |
about
|
SQLite3::query(PHP 5 >= 5.3.0, PHP 7) SQLite3::query — Executes an SQL query DescriptionExecutes an SQL query, returning an SQLite3Result object. If the query does not yield a result (such as DML statements) the returned SQLite3Result object is not really usable. Use SQLite3::exec() for such queries instead. Parameters
Return Values
Returns an SQLite3Result object, or Examples
Example #1 SQLite3::query() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|