(No version information available, might be only in CVS)
SQLite3_stmt::close — Closes the prepared statement
Closes the prepared statement.
Esta função não contém parâmetros.
Returns TRUE
Exemplo #1 SQLite3_stmt::close() example
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...