(No version information available, might be only in CVS)
SQLite3::prepare ? Prepares an SQL statement for execution
Prepares an SQL statement for execution and returns an SQLite3_stmt object.
The SQL query to prepare.
Returns an SQLite3_stmt object on success or FALSE on failure.
例1 SQLite3::prepare() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...