The SoapFault class
(PHP 5, PHP 7, PHP 8)
簡介
Represents a SOAP fault.
類摘要
class SoapFault
extends
Exception
{
/* 屬性 */
/* 繼承的屬性 */
/* 方法 */
public __construct(
array|string|null
string
?string
mixed
?string
mixed
)
array|string|null
$code
,string
$string
,?string
$actor
= null
,mixed
$details
= null
,?string
$name
= null
,mixed
$headerFault
= null
)
/* 繼承的方法 */
}屬性
- _name
-
- detail
-
- faultactor
-
- faultcode
-
- faultcodens
-
- faultstring
-
- headerfault
-
目錄
- SoapFault::__construct — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault