You are here

function soapclient::setHTTPEncoding in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.orig.php \soapclient::setHTTPEncoding()

* use HTTP encoding * *

Parameters

string $enc: * @access public

File

includes/nusoap.orig.php, line 6918

Class

soapclient
soapclient higher level class for easy usage.

Code

function setHTTPEncoding($enc = 'gzip, deflate') {
  $this->http_encoding = $enc;
}