PHP ODBC 参考手册
odbc_close_all ()函数关闭所有ODBC连接。
void odbc_close_all ( void )
它关闭所有的odbc连接
没有值返回
该函数没有参数
试试下面的实例
<?php odbc_closeall(); ?>