Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere PHP API » SQL Anywhere PHP API 参考

 

sasql_disconnect

原型
bool sasql_disconnect( sasql_conn $conn )
说明

关闭一个已经用 sasql_connect 打开的连接。

参数

$conn   由连接函数返回的连接资源。

返回值

TRUE(成功时)或 FALSE(错误时)。

相关函数