CakeFest 2024: The Official CakePHP Conference

odbc_commit

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

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

説明

odbc_commit(resource $odbc): bool

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

パラメータ

odbc

ODBC 接続 ID。詳細は odbc_connect() を参照ください。

戻り値

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

add a note

User Contributed Notes

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