SQLite3Stmt::close

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SQLite3Stmt::closeプリペアドステートメントを閉じる

説明

public SQLite3Stmt::close(): bool

プリペアドステートメントを閉じます。

注意: このプリペアドステートメントから取得したすべての SQLite3Result は、プリペアドステートメントを閉じた時点で無効になることに注意しましょう。

パラメータ

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

戻り値

true を返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top