SQLite3_stmt
PHP Manual

SQLite3_stmt::clear

(No version information available, might be only in CVS)

SQLite3_stmt::clearClears all current bound parameters

Beschreibung

public bool SQLite3_stmt::clear ( void )

Clears all current bound parameters.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE on successful clearing of bound parameters, FALSE on failure.

Beispiele

Beispiel #1 SQLite3_stmt::clear() example

<?php
/* ... */
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...


SQLite3_stmt
PHP Manual