ODBC 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

odbc_close_all

(PHP 4, PHP 5)

odbc_close_allClose all ODBC connections

说明

void odbc_close_all ( void )

odbc_close_all() will close down all connections to database server(s).

参数

This function has no parameters.

返回值

无返回值。

注释

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


ODBC 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程