« SoapServer::setPersistence
SoapFault::__construct »
PHP Manual
SOAP
The SoapFault class
The SoapFault class
(PHP 5, PHP 7, PHP 8)
Giriş
Represents a SOAP fault.
Sınıf Sözdizimi
SoapFault
extends
Exception
{
/* Miras alınan özellikler */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* Yöntemler */
public
__construct
(
array
|
string
|
null
$code
,
string
$string
,
string
|
null
$actor
=
null
,
mixed
$details
=
null
,
string
|
null
$name
=
null
,
mixed
$headerFault
=
null
)
public
__toString
( ) :
string
/* Miras alınan yöntemler */
final
public
Exception::getMessage
( ) :
string
final
public
Exception::getPrevious
( ) :
Throwable
|
null
final
public
Exception::getCode
( ) :
mixed
final
public
Exception::getFile
( ) :
string
final
public
Exception::getLine
( ) :
int
final
public
Exception::getTrace
( ) :
array
final
public
Exception::getTraceAsString
( ) :
string
public
Exception::__toString
( ) :
string
final
private
Exception::__clone
( ) :
void
}
İçindekiler
SoapFault::__construct
— SoapFault constructor
SoapFault::__toString
— Obtain a string representation of a SoapFault