php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (?string $wsdl, array $options=[]) | |
fault (string $code, string $string, string $actor="", mixed $details=null, string $name="") | |
addSoapHeader (SoapHeader $header) | |
setPersistence (int $mode) | |
setClass (string $class, mixed ... $args) | |
setObject (object $object) | |
getFunctions () | |
addFunction ($functions) | |
handle (?string $request=null) | |
__getLastResponse () | |
Definition at line 498 of file soap.stub.php.
SoapServer::__construct | ( | ?string | $wsdl, |
array | $options = [] ) |
Definition at line 502 of file soap.stub.php.
SoapServer::__getLastResponse | ( | ) |
Definition at line 531 of file soap.stub.php.
SoapServer::addFunction | ( | $functions | ) |
array | string | int | $functions | @tentative-return-type |
Definition at line 526 of file soap.stub.php.
SoapServer::addSoapHeader | ( | SoapHeader | $header | ) |
@tentative-return-type
Definition at line 508 of file soap.stub.php.
SoapServer::fault | ( | string | $code, |
string | $string, | ||
string | $actor = "", | ||
mixed | $details = null, | ||
string | $name = "" ) |
@tentative-return-type
Definition at line 505 of file soap.stub.php.
SoapServer::getFunctions | ( | ) |
@tentative-return-type
Definition at line 520 of file soap.stub.php.
SoapServer::handle | ( | ?string | $request = null | ) |
@tentative-return-type
Definition at line 529 of file soap.stub.php.
SoapServer::setClass | ( | string | $class, |
mixed ... | $args ) |
@tentative-return-type
Definition at line 514 of file soap.stub.php.
SoapServer::setObject | ( | object | $object | ) |
@tentative-return-type
Definition at line 517 of file soap.stub.php.
SoapServer::setPersistence | ( | int | $mode | ) |
@tentative-return-type
Definition at line 511 of file soap.stub.php.