PHP
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
Last updated: Fri, 30 Jan 2009

view this page in

maxdb_stmt_close_long_data

stmt->close_long_data

(PECL maxdb 1.0)

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

説明

手続き型

bool maxdb_stmt_close_long_data ( resource $stmt , int $param_nr )

オブジェクト指向型 (メソッド)

maxdb_stmt
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.

maxdb_stmt_close> <maxdb_stmt_bind_result
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites