(No version information available, might be only in CVS)
SQLite3_stmt::clear — Clears all current bound parameters
Clears all current bound parameters.
Ta funkcja nie posiada parametrów.
Returns TRUE on successful clearing of bound parameters, FALSE on failure.
Example #1 SQLite3_stmt::clear() example
<?php
/* ... */
?>
Powyższy przykład wyświetli coś podobnego do:
...