Dutch PHP Conference 2025 - Call For Papers

odbc_commit

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

odbc_commitCommit an ODBC transaction

Опис

odbc_commit(resource $odbc): bool

Commits all pending transactions on the connection.

Параметри

odbc

Ідентифікатор з'єднання ODBC. Докладніше: odbc_connect().

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

add a note

User Contributed Notes

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