Php versions – SQL Anywhere 17 and PHP functions: sasql_disconnect vs sasql_close
I'm using PHP to connect to a SQL Anywhere 17 database. One of two commands can be used to close the connection. sasql_disconnect or sasql_close. At https://infocenter.sybase.com/help/index.jsp I can find very brief information that: sasql_disconnect: Closes a connection that has…