首页 / 词典 / good

soapclient

soapclientsoapclient
  1. And then invoke the operation as a method of SoapClient

    然后像SoapClient的方法那样调用该操作

  2. Note that , because ext / soap is built-in , we didn 't need any include or require statement before referring to SoapClient .

    注意,因为ext/soap是内置的,所以,在引用SoapClient之前,不需要任何include或require语句。

  3. The output of SoapClient : : _getTypes () doesn 't give enough detail for us to understand this discrepancy , so we 'll take a look at the WSDL document for a full specification of the interface .

    getTypes()输出并没有为我们理解这种差异提供足够的细节,因此我们要求助于WSDL文档来了解完整的接口规范。

  4. A nice feature of ext / soap is that when we use the SoapClient in WSDL mode , we can refer to the remote operation directly , as if it were a function of SoapClient itself .

    在WSDL模式下使用SoapClient时,ext/soap有一种很好的特性,即可以直接引用远程操作,就像它是SoapClient自身的函数一样。