update : 2015.11.03
php.shukuma.com검색:
|
SoapClient::__doRequest(PHP 5 >= 5.0.1) SoapClient::__doRequest — Performs a SOAP request 설명
public string SoapClient::__doRequest
( string
$request
, string $location
, string $action
, int $version
[, int $one_way = 0
] )Performs SOAP request over HTTP. This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose. 인수
반환값The XML SOAP response. 변경점
예제
Example #1 SoapClient::__doRequest() example
<?php |