|
SoapClient::__setLocationSets the location of the Web service to use Description
public string SoapClient::__setLocation
([ string
$new_location
] )Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to specifying the location option when constructing the SoapClient.
Parameters
Return ValuesThe old endpoint URL. Examples
Example #1 SoapClient::__setLocation example
<?php The above example will output something similar to: http://www.somethirdparty.com See Also
|