The SoapFault class
(PHP 5, PHP 7)
简介
Represents a SOAP fault.
类摘要
SoapFault
extends
Exception
{
/* 继承的属性 */
/* 方法 */
__construct
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )/* 继承的方法 */
}Table of Contents
- SoapFault::__construct — SoapFault constructor
- SoapFault::SoapFault — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault