(No version information available, might be only in CVS)
SQLite3_stmt::close — Closes the prepared statement
Closes the prepared statement.
Ta funkcja nie posiada parametrów.
Returns TRUE
Example #1 SQLite3_stmt::close() example
<?php
/* ... */
?>
Powyższy przykład wyświetli coś podobnego do:
...