php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SoapClient Class Reference

Public Member Functions

 __construct (?string $wsdl, array $options=[])
 
 __call (string $name, array $args)
 
 __soapCall (string $name, array $args, ?array $options=null, $inputHeaders=null, &$outputHeaders=null)
 
 __getFunctions ()
 
 __getTypes ()
 
 __getLastRequest ()
 
 __getLastResponse ()
 
 __getLastRequestHeaders ()
 
 __getLastResponseHeaders ()
 
 __doRequest (string $request, string $location, string $action, int $version, bool $oneWay=false)
 
 __setCookie (string $name, ?string $value=null)
 
 __getCookies ()
 
 __setSoapHeaders ($headers=null)
 
 __setLocation (?string $location=null)
 

Detailed Description

Definition at line 534 of file soap.stub.php.

Constructor & Destructor Documentation

◆ __construct()

SoapClient::__construct ( ?string $wsdl,
array $options = [] )

Definition at line 576 of file soap.stub.php.

Member Function Documentation

◆ __call()

SoapClient::__call ( string $name,
array $args )

@tentative-return-type

Definition at line 579 of file soap.stub.php.

◆ __doRequest()

SoapClient::__doRequest ( string $request,
string $location,
string $action,
int $version,
bool $oneWay = false )

@tentative-return-type

Definition at line 607 of file soap.stub.php.

◆ __getCookies()

SoapClient::__getCookies ( )

@tentative-return-type

Definition at line 613 of file soap.stub.php.

◆ __getFunctions()

SoapClient::__getFunctions ( )

@tentative-return-type

Definition at line 589 of file soap.stub.php.

◆ __getLastRequest()

SoapClient::__getLastRequest ( )

@tentative-return-type

Definition at line 595 of file soap.stub.php.

◆ __getLastRequestHeaders()

SoapClient::__getLastRequestHeaders ( )

@tentative-return-type

Definition at line 601 of file soap.stub.php.

◆ __getLastResponse()

SoapClient::__getLastResponse ( )

@tentative-return-type

Definition at line 598 of file soap.stub.php.

◆ __getLastResponseHeaders()

SoapClient::__getLastResponseHeaders ( )

@tentative-return-type

Definition at line 604 of file soap.stub.php.

◆ __getTypes()

SoapClient::__getTypes ( )

@tentative-return-type

Definition at line 592 of file soap.stub.php.

◆ __setCookie()

SoapClient::__setCookie ( string $name,
?string $value = null )

@tentative-return-type

Definition at line 610 of file soap.stub.php.

◆ __setLocation()

SoapClient::__setLocation ( ?string $location = null)

@tentative-return-type

Definition at line 622 of file soap.stub.php.

◆ __setSoapHeaders()

SoapClient::__setSoapHeaders ( $headers = null)
Parameters
SoapHeader | array | null$headers@tentative-return-type

Definition at line 619 of file soap.stub.php.

◆ __soapCall()

SoapClient::__soapCall ( string $name,
array $args,
?array $options = null,
$inputHeaders = null,
& $outputHeaders = null )
Parameters
SoapHeader | array | null$inputHeaders
array$outputHeaders@tentative-return-type

Definition at line 586 of file soap.stub.php.


The documentation for this class was generated from the following file: