Heim >Backend-Entwicklung >PHP-Tutorial >关于PHP SOAP获得数据为object(stdClass)[79]

关于PHP SOAP获得数据为object(stdClass)[79]

WBOY
WBOYOriginal
2016-06-06 20:19:491374Durchsuche

头一次开发PHP SOAP客户端,服务器端的内容别人都已经做好的,我只负责读取就可以了。
可最后获得的结果是 object(stdClass)[79],
请问怎么取得里面的内容?

回复内容:

头一次开发PHP SOAP客户端,服务器端的内容别人都已经做好的,我只负责读取就可以了。
可最后获得的结果是 object(stdClass)[79],
请问怎么取得里面的内容?

$var->attr;

或 先转换成数组再使用

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn