|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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) | |
Definition at line 534 of file soap.stub.php.
| SoapClient::__construct | ( | ?string | $wsdl, |
| array | $options = [] ) |
Definition at line 576 of file soap.stub.php.
| SoapClient::__call | ( | string | $name, |
| array | $args ) |
@tentative-return-type
Definition at line 579 of file soap.stub.php.
| 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.
| SoapClient::__getCookies | ( | ) |
@tentative-return-type
Definition at line 613 of file soap.stub.php.
| SoapClient::__getFunctions | ( | ) |
@tentative-return-type
Definition at line 589 of file soap.stub.php.
| SoapClient::__getLastRequest | ( | ) |
@tentative-return-type
Definition at line 595 of file soap.stub.php.
| SoapClient::__getLastRequestHeaders | ( | ) |
@tentative-return-type
Definition at line 601 of file soap.stub.php.
| SoapClient::__getLastResponse | ( | ) |
@tentative-return-type
Definition at line 598 of file soap.stub.php.
| SoapClient::__getLastResponseHeaders | ( | ) |
@tentative-return-type
Definition at line 604 of file soap.stub.php.
| SoapClient::__getTypes | ( | ) |
@tentative-return-type
Definition at line 592 of file soap.stub.php.
| SoapClient::__setCookie | ( | string | $name, |
| ?string | $value = null ) |
@tentative-return-type
Definition at line 610 of file soap.stub.php.
| SoapClient::__setLocation | ( | ?string | $location = null | ) |
@tentative-return-type
Definition at line 622 of file soap.stub.php.
| SoapClient::__setSoapHeaders | ( | $headers = null | ) |
| SoapHeader | array | null | $headers | @tentative-return-type |
Definition at line 619 of file soap.stub.php.
| SoapClient::__soapCall | ( | string | $name, |
| array | $args, | ||
| ?array | $options = null, | ||
| $inputHeaders = null, | |||
| & | $outputHeaders = null ) |
| SoapHeader | array | null | $inputHeaders | |
| array | $outputHeaders | @tentative-return-type |
Definition at line 586 of file soap.stub.php.