| PHP » GoLang | login |
            register |
            
            about | 
| GoLang SoapClient::__setLocation
                                request it (586)
                            GoLang replacement for PHP's SoapClient::__setLocation
                            [edit | history] 
                             SoapClient::__setLocation(PHP 5 >= 5.0.4, PHP 7) SoapClient::__setLocation — Sets 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 
<?phpThe above example will output something similar to: http://www.somethirdparty.com | 
                    more
                     Most requested
 
                    more
                     Last requests
 |