2013-08-07 32 views

回答

0

當你實例化一個的NuSOAP嘗試這樣的:

$nuso = new nusoap_client('http://test.com/'); 
$nuso->soap_defencoding = 'UTF-8'; 

$nuso->decode_utf8 = false; 
$res = $nuso->call('testFunction'); 

這個問題似乎宣告decode_utf8參數時爲真。

希望它有效。