(No version information available, might be only in CVS)
SQLite3_result::finalize — Closes the result set
Closes the result set.
This function has no parameters.
Returns TRUE.
Example #1 SQLite3_result::finalize() example
<?php
/* ... */
?>
The above example will output something similar to:
...