php parsing multidimensional stdclass object with arrays
问题 I am accessing a wsdl webservice with php. Reading out works great but parsing the result seems kinda difficult: I tried to var_dump() the result to get an idea how the result looks like. This is my PHP code I use to vardump the result: foreach($result as $var => $value) { var_dump($value); echo "<br />"; } This is what i get with it: object(stdClass)#3 (3) { ["Successful"]=> bool(true) ["MessageId"]=> string(0) "" ["MlsMessageText"]=> string(0) "" } object(stdClass)#4 (3) { ["RowCount"]=>