The SoapFault class
(PHP 5, PHP 7, PHP 8)
Introduction
Represents a SOAP fault.
Class synopsis
array|string|null
$code,string
$string,?string
$actor = null,mixed
$details = null,?string
$name = null,mixed
$headerFault = null)
Properties
- _name
-
- detail
-
- faultactor
-
- faultcode
-
- faultcodens
-
- faultstring
-
- headerfault
-
Table of Contents
- SoapFault::__construct — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault

