You are here

function nusoapclient::decodeUTF8 in Salesforce Suite 5.2

Same name and namespace in other branches
  1. 5 includes/nusoap.php \nusoapclient::decodeUTF8()

File

includes/nusoap.php, line 7142

Class

nusoapclient
nusoapclient higher level class for easy usage.

Code

function decodeUTF8($bool) {
  $this->decode_utf8 = $bool;
  return true;
}