ODBC 函数
PHP 手册

odbc_close

(PHP 4, PHP 5)

odbc_closeClose an ODBC connection

说明

void odbc_close ( resource $connection_id )

Closes down the connection to the database server.

参数

connection_id

The ODBC connection identifier, see odbc_connect() for details.

返回值

无返回值。

注释

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


ODBC 函数
PHP 手册