Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sqlanywhere_disconnect( resource link_identifier )
不建议使用此函数。应改用 sasql_disconnect。请参见sasql_disconnect。
关闭一个用 sqlanywhere_connect 打开的连接。
link_identifier 由 sqlanywhere_connect 函数返回的链接标识符。
TRUE(成功时)或 FALSE(错误时)。
本示例关闭与数据库的连接。
sqlanywhere_disconnect( $conn );