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

ibase_prepare - Prepare a query for later binding of parameter placeholders and execution | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

ibase_prepare

(PHP 5, PHP 7)

ibase_preparePrepare a query for later binding of parameter placeholders and execution

説明

resource ibase_prepare ( string $query )
resource ibase_prepare ( resource $link_identifier , string $query )
resource ibase_prepare ( resource $link_identifier , string $trans , string $query )

Prepare a query for later binding of parameter placeholders and execution (via ibase_execute()).

パラメータ

query

An InterBase query.

link_identifier

An InterBase link identifier returned from ibase_connect(). If omitted, the last opened link is assumed.

trans

An InterBase transaction handle the query should be associated with. If omitted, the default transaction of the connection is assumed.

返り値

Returns a prepared query handle, or FALSE on error.


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

フォーラムで「ibase_prepare - Prepare a query for later binding of parameter placeholders and execution」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | ibase_prepare - Prepare a query for later binding of parameter placeholders and execution」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: