The SoapServer class
(PHP 5, PHP 7, PHP 8)
简介
The SoapServer class provides a server for the » SOAP 1.1
and » SOAP 1.2 protocols. It can be
used with or without a WSDL service description.
类摘要
class SoapServer
{
public fault(
string $code,
string $string,
string $actor = "",
mixed $details = null,
string $name = ""):
void
public handle(
?string $request = null):
void
}
目录
There are no user contributed notes for this page.