You are here

function soapclient::decodeUTF8 in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 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;
}