(No version information available, might be only in CVS)
SQLite3::exec ? Executes a result-less query against a given database
Executes a result-less query against a given database.
The SQL query to execute (typically an INSERT, UPDATE, or DELETE query).
Returns TRUE if the query succeeded, FALSE on failure.
例1 SQLite3::exec() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...