PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

SQLite3Stmt::execute - プリペアドステートメントを実行し、結果セットオブジェクトを返す | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

SQLite3Stmt::execute

(PHP 5 >= 5.3.0, PHP 7)

SQLite3Stmt::executeプリペアドステートメントを実行し、結果セットオブジェクトを返す

説明

public SQLite3Result SQLite3Stmt::execute ( void )

プリペアドステートメントを実行し、結果セットオブジェクトを返します。

警告

Result set objects retrieved by calling this method on the same statement object are not independent, but rather share the same underlying structure. Therefore it is recommended to call SQLite3Result::finalize(), before calling SQLite3Stmt::execute() on the same statement object again.

パラメータ

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

返り値

プリペアドステートメントの実行に成功した場合に SQLite3Result オブジェクト、 失敗した場合に FALSE を返します。


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「SQLite3Stmt::execute - プリペアドステートメントを実行し、結果セットオブジェクトを返す」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | SQLite3Stmt::execute - プリペアドステートメントを実行し、結果セットオブジェクトを返す」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: