PHP 8.5.0 Beta 1 available for testing

odbc_commit

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_commitODBC トランザクションをコミットする

説明

odbc_commit(Odbc\Connection $odbc): bool

その接続におけるすべての実行中のトランザクションをコミットします。

パラメータ

odbc

ODBC 接続オブジェクト。詳細は odbc_connect() を参照ください。

戻り値

成功した場合に true を、失敗した場合に false を返します。

変更履歴

バージョン 説明
8.4.0 引数 odbc は、Odbc\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンでは、resource を期待していました。
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top