(PECL)
maxdb_stmt_close(no version information, might be only in CVS)
maxdb_stmt->close -- プリペアドステートメントを閉じる手続き型
bool maxdb_stmt_close ( resource stmt )オブジェクト指向型 (メソッド)
class maxdb_stmt {
プリペアドステートメントを閉じます。
maxdb_stmt_close() は、
stmt
が指すステートメントハンドルを開放します。
現在のステートメントに処理中あるいはまだ読み込まれていない結果がある場合、
この関数はそれらをキャンセルし、次のクエリを実行できるようにします。