Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
断开 SQL Anywhere 连接。回退所有未提交的事务。
sqlany_disconnect ( $conn )
$conn 已使用 sqlany_connect 建立连接的连接对象。
返回标量值,成功时为 1,不成功时为 0。
# Disconnect from the database status = api.sqlany_disconnect( conn ) print "Disconnect status = #{status}\n"