Confusing documentation/ how to use persistent connections

Hey Jayme,

Indeed, in all cases where it’s possible (this is dependant on your PHP installation and server environment), the SDK will maintain persistent connections to your cluster to reduce the spin-up time of your script in regards to connecting to the cluster. This difference can be astounding (difference between 100-1000ms and 0ms (depending on network topology) to create a CouchbaseBucket object).

Cheers, Brett