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

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 ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

Member Function Documentation

◆ __getLastResponse()

SoapServer::__getLastResponse ( )

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

◆ addFunction()

SoapServer::addFunction ( $functions)
Parameters
array | string | int$functions@tentative-return-type

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

◆ addSoapHeader()

SoapServer::addSoapHeader ( SoapHeader $header)

@tentative-return-type

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

◆ fault()

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.

◆ getFunctions()

SoapServer::getFunctions ( )

@tentative-return-type

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

◆ handle()

SoapServer::handle ( ?string $request = null)

@tentative-return-type

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

◆ setClass()

SoapServer::setClass ( string $class,
mixed ... $args )

@tentative-return-type

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

◆ setObject()

SoapServer::setObject ( object $object)

@tentative-return-type

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

◆ setPersistence()

SoapServer::setPersistence ( int $mode)

@tentative-return-type

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


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