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"