how to retrieve the values using php variable/array (nusoap)
问题 Scenario: I'm using a nusoap.php and connect to a microsoft web service. It returns a result in an array. And it works. Problem: How to retrieve the value of the DeviceId that is return from the nusoap which is an array? (Because I need to loop this array row by row and get the value of the DeviceId.). Here's my code: (I print the whole value of an array and the xml) <?php require_once('nusoap.php'); $client = new nusoap_client('http://xxx.xxx.xx.xxx:8060/iapps/Service1.asmx?WSDL', true);