How to disconnect a couchbase connection in PHP explicitly?

Hi @Chi, it seems like documentation have to be fixed. At the moment, there is no way explicitly close connection.

The library automatically close all connections when the PHP extension is being unloaded, or there is an error registered by the end of request. Otherwise the connection considered live and will be reused for further requests.