(PHP 5, PHP 7)
クラス概要
SoapClient {
public __construct
( mixed $wsdl
[, array $options
] )
public __doRequest
( string $request
, string $location
, string $action
, int $version
[, int $one_way
= 0
] ) : string
public __getCookies ( ) : array
public __getFunctions ( ) : array
public __getLastRequest ( ) : string
public __getLastRequestHeaders ( ) : string
public __getLastResponse ( ) : string
public __getLastResponseHeaders ( ) : string
public __getTypes ( ) : array
public __setCookie
( string $name
[, string $value
] ) : void
public __setLocation
([ string $new_location
] ) : string
public __setSoapHeaders
([ mixed $soapheaders
] ) : bool
public __soapCall
( string $function_name
, array $arguments
[, array $options
[, mixed $input_headers
[, array &$output_headers
]]] ) : mixed
public SoapClient
( mixed $wsdl
[, array $options
] )
}
目次
- SoapClient::__call — SOAP 関数をコールする (非推奨)
- SoapClient::__construct — SoapClient constructor
- SoapClient::__doRequest — SOAP リクエストを実行する
- SoapClient::__getCookies — Get list of cookies
- SoapClient::__getFunctions — SOAP 関数の一覧を返す
- SoapClient::__getLastRequest — 直近の SOAP リクエストを返す
- SoapClient::__getLastRequestHeaders — 直近の SOAP リクエストヘッダを返す
- SoapClient::__getLastResponse — 直近の SOAP レスポンスを返す
- SoapClient::__getLastResponseHeaders — 直近の SOAP レスポンスヘッダを返す
- SoapClient::__getTypes — SOAP 型の一覧を返す
- SoapClient::__setCookie — SOAP リクエストと共に送信されるクッキーを設定する
- SoapClient::__setLocation — 使用するウェブサービスの場所を設定する
- SoapClient::__setSoapHeaders — 以降のコール用の SOAP ヘッダを設定する
- SoapClient::__soapCall — SOAP 関数をコールする
- SoapClient::SoapClient — SoapClient コンストラクタ
/* メソッド */