PHP 8.4.2 Released!

odbc_commit

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

odbc_commitCommit an ODBC transaction

Опис

odbc_commit(Odbc\Connection $odbc): bool

Commits all pending transactions on the connection.

Параметри

odbc

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

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

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

Журнал змін

Версія Опис
8.4.0 odbc expects an Odbc\Connection instance now; previously, a resource was expected.
add a note

User Contributed Notes

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