(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
Пример #1 SQLite3_stmt::close() example
<?php
/* ... */
?>
Результатом выполнения данного примера будет что-то подобное:
...