SQLite3_stmt
PHP Manual

SQLite3_stmt::clear

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

SQLite3_stmt::clearClears all current bound parameters

Opis

public bool SQLite3_stmt::clear ( void )

Clears all current bound parameters.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Przykłady

Example #1 SQLite3_stmt::clear() example

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

Powyższy przykład wyświetli coś podobnego do:

...


SQLite3_stmt
PHP Manual