update : 2015.11.03
php.shukuma.com검색:
|
The SoapClient class(PHP 5 >= 5.0.1) 소개The SoapClient class provides a client for » SOAP 1.1, » SOAP 1.2 servers. It can be used in WSDL or non-WSDL mode. 클래스 개요
SoapClient
{
/* 메소드 */
public string __doRequest
( string
$request
, string $location
, string $action
, int $version
[, int $one_way = 0
] )
public mixed __soapCall
( string
}$function_name
, array $arguments
[, array $options
[, mixed $input_headers
[, array &$output_headers
]]] )Table of Contents
|