update : 2015.11.03
php.shukuma.com검색:
|
SoapClient::__setLocation(PHP 5 >= 5.0.1) SoapClient::__setLocation — Sets the location of the Web service to use 설명
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.
인수
반환값The old endpoint URL. 예제
Example #1 SoapClient::__setLocation() example
<?php 위 예제의 출력 예시: http://www.somethirdparty.com |