PHP 8.4.0 RC4 available for testing

odbc_close

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

odbc_closeClose an ODBC connection

Опис

odbc_close(resource $odbc): void

Closes down the connection to the database server.

Параметри

odbc

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

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

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

Примітки

Зауваження:

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