function soapclient::decodeUTF8 in Salesforce Suite 5
Same name and namespace in other branches
- 5.2 includes/nusoap.orig.php \soapclient::decodeUTF8()
File
- includes/
nusoap.orig.php, line 7103
Class
- soapclient
- soapclient higher level class for easy usage.
Code
function decodeUTF8($bool) {
$this->decode_utf8 = $bool;
return true;
}