Home > Backend Development > PHP Tutorial > 用soapclient 这个返回的数组是什么意思

用soapclient 这个返回的数组是什么意思

WBOY
Release: 2016-06-23 14:01:20
Original
1000 people have browsed it

Array(    [faultcode] => soapenv:Server.userException    [faultstring] => org.xml.sax.SAXException: Bad types (float -> int)    [detail] => Array        (            [hostname] => ubuntu        ))
Copy after login

请教一下  这个数组是什么意思


回复讨论(解决方案)

用 new soapclient 调用第三方接口 返回的一些数据

错误的数据类型

 Bad types

谢谢大家的热心帮忙

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template