downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

maxdb_stmt_close> <maxdb_stmt_bind_result
[edit] Last updated: Fri, 25 May 2012

view this page in

maxdb_stmt_close_long_data

maxdb_stmt::close_long_data

(PECL maxdb 1.0)

maxdb_stmt_close_long_data -- maxdb_stmt::close_long_datamaxdb_stmt_send_long_data() のシーケンスを終了する

説明

手続き型

bool maxdb_stmt_close_long_data ( resource $stmt , int $param_nr )

オブジェクト指向型

bool maxdb_stmt::close_long_data ( void )

この関数は、maxdb_execute() で開始した後、 maxdb_stmt_send_long_data() のシーケンスの後にコールする必要があります。

param_nr は、 データの最後にどのパラメータを関連付けるかを示します。 パラメータは、0 番から順に番号がつけられます。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

  • maxdb_prepare() - 後で実行するための SQL 文を準備する
  • maxdb_stmt_bind_param() - プリペアドステートメントに、変数をパラメータとしてバインドする



add a note add a note User Contributed Notes maxdb_stmt_close_long_data
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites