function soapclient::useHTTPPersistentConnection in Salesforce Suite 5
Same name and namespace in other branches
- 5.2 includes/nusoap.orig.php \soapclient::useHTTPPersistentConnection()
* use HTTP persistent connections if possible * * @access public
File
- includes/
nusoap.orig.php, line 6927
Class
- soapclient
- soapclient higher level class for easy usage.
Code
function useHTTPPersistentConnection() {
$this->persistentConnection = true;
}