The SoapFault class
(PHP 5, PHP 7, PHP 8)
Introduction
Represents a SOAP fault.
Class synopsis
protected
string
$file = "";
public __construct(
array|string|null $code
,
string $string
,
?string $actor
= null
,
mixed $details
= null
,
?string $name
= null
,
mixed $headerFault
= null
)
}
Table of Contents