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