一.SoapServer 服务器 1.__construct 作用:创建 SoapServer 对象 用法:__construct ( mixed wsdl [, array options] ) 参数:wsdl 文件地址,options soap_version,encoding,actor,classmap 返回:对象 2.addFunction 作用:为客户端导出一个或多个函数 用法:addFunction ( mixed functions ) 参数:functions 函数,一个或多个…