suche nach in der

SoapClient::__call> <use_soap_error_handler
Last updated: Sat, 07 Jan 2012

view this page in

The SoapClient class

(No version information available, might only be in SVN)

Einführung

The SoapClient class provides a client for » SOAP 1.1, » SOAP 1.2 servers. It can be used in WSDL or non-WSDL mode.

Klassenbeschreibung

SoapClient {
/* Methoden */
public mixed __call ( string $function_name , string $arguments )
SoapClient ( mixed $wsdl [, array $options ] )
public string __doRequest ( string $request , string $location , string $action , int $version [, int $one_way = 0 ] )
public array __getFunctions ( void )
public string __getLastRequest ( void )
public string __getLastRequestHeaders ( void )
public string __getLastResponse ( void )
public string __getLastResponseHeaders ( void )
public array __getTypes ( void )
public void __setCookie ( string $name [, string $value ] )
public string __setLocation ([ string $new_location ] )
public bool __setSoapHeaders ([ mixed $soapheaders ] )
public mixed __soapCall ( string $function_name , array $arguments [, array $options [, mixed $input_headers [, array &$output_headers ]]] )
SoapClient ( mixed $wsdl [, array $options ] )
}

Inhaltsverzeichnis



add a note add a note User Contributed Notes
SoapClient
There are no user contributed notes for this page.

SoapClient::__call> <use_soap_error_handler
Last updated: Sat, 07 Jan 2012