(No version information available, might be only in CVS)
SQLite3_stmt::close — Closes the prepared statement
Closes the prepared statement.
この関数にはパラメータはありません。
Returns TRUE
例1 SQLite3_stmt::close() example
<?php
/* ... */
?>
上の例の出力は、たとえば 以下のようになります。
...