(No version information available, might be only in CVS)
SQLite3_stmt::clear — Clears all current bound parameters
Clears all current bound parameters.
Diese Funktion hat keine Parameter.
Returns TRUE on successful clearing of bound parameters, FALSE on failure.
Beispiel #1 SQLite3_stmt::clear() example
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...