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

search for in the

maxdb_stmt_data_seek> <maxdb_stmt_close_long_data
[edit] Last updated: Wed, 19 Jun 2013

view this page in

maxdb_stmt_close

maxdb_stmt::close

(PECL maxdb >= 1.0)

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

説明

手続き型

bool maxdb_stmt_close ( resource $stmt )

オブジェクト指向型

bool maxdb_stmt::close ( void )

プリペアドステートメントを閉じます。 maxdb_stmt_close() は、 stmt が指すステートメントハンドルを開放します。 現在のステートメントに処理中あるいはまだ読み込まれていない結果がある場合、 この関数はそれらをキャンセルし、次のクエリを実行できるようにします。

返り値

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

参考



add a note add a note User Contributed Notes maxdb_stmt_close - [0 notes]
There are no user contributed notes for this page.

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