SoapServer::fault
SoapServer::fault
(PHP 5 >= 5.0.1, PHP 7)
SoapServer::fault — Issue SoapServer fault indicating an error
Description
public void SoapServer::fault ( string $code , string $string [, string $actor [, string $details [, string $name ]]] )
Sends a response to the client of the current request indicating an error.
Note:
This can only be called when handling a request.
Parameters
-
code登录查看完整内容