|
SoapClient::__callCalls a SOAP function (deprecated) Description
public mixed SoapClient::__call(string
$name , array $args )Calling this method directly is deprecated. Usually, SOAP functions can be called as methods of the SoapClient object; in situations where this is not possible or additional options are needed, use SoapClient::__soapCall. Parameters
Return ValuesSOAP functions may return one, or multiple values. If only one value is returned by the SOAP function, the return value will be a scalar. If multiple values are returned, an associative array of named output parameters is returned instead.
On error, if the SoapClient object was constructed
with the |