PHP 8.4.2 Released!

odbc_close

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

odbc_closeClose an ODBC connection

Опис

odbc_close(Odbc\Connection $odbc): void

Closes down the connection to the database server.

Параметри

odbc

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

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

Не повертає значень.

Журнал змін

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

Примітки

Зауваження:

This function will fail if there are open transactions on this connection. The connection will remain open in this case.

add a note

User Contributed Notes

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