(No version information available, might be only in CVS)
SQLite3_stmt::close — Closes the prepared statement
Closes the prepared statement.
This function has no parameters.
Returns TRUE
Example #1 SQLite3_stmt::close() example
<?php
/* ... */
?>
The above example will output something similar to:
...