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