SQLite3_stmt
PHP Manual

SQLite3_stmt::clear

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

SQLite3_stmt::clearClears all current bound parameters

説明

public bool SQLite3_stmt::clear ( void )

Clears all current bound parameters.

パラメータ

この関数にはパラメータはありません。

返り値

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

例1 SQLite3_stmt::clear() example

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

上の例の出力は、たとえば 以下のようになります。

...


SQLite3_stmt
PHP Manual