|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (array|string|null $code, string $string, ?string $actor=null, mixed $details=null, ?string $name=null, mixed $headerFault=null) | |
| __toString () | |
Public Member Functions inherited from Exception | |
| __construct (string $message="", int $code=0, ?Throwable $previous=null) | |
| __wakeup () | |
| getMessage () | |
| getCode () | |
| getFile () | |
| getLine () | |
| getTrace () | |
| getPrevious () | |
| getTraceAsString () | |
Data Fields | |
| string | $faultstring |
| string | $faultcode = null |
| string | $faultcodens = null |
| string | $faultactor = null |
| mixed | $detail = null |
| string | $_name = null |
| mixed | $headerfault = null |
Additional Inherited Members | |
Protected Attributes inherited from Exception | |
| $message = "" | |
| $code = 0 | |
| string | $file = "" |
| int | $line = 0 |
Definition at line 471 of file soap.stub.php.
| SoapFault::__construct | ( | array|string|null | $code, |
| string | $string, | ||
| ?string | $actor = null, | ||
| mixed | $details = null, | ||
| ?string | $name = null, | ||
| mixed | $headerFault = null ) |
Definition at line 481 of file soap.stub.php.
| SoapFault::__toString | ( | ) |
Reimplemented from Exception.
Definition at line 483 of file soap.stub.php.
| string SoapFault::$_name = null |
Definition at line 478 of file soap.stub.php.
| mixed SoapFault::$detail = null |
Definition at line 477 of file soap.stub.php.
| string SoapFault::$faultactor = null |
Definition at line 476 of file soap.stub.php.
| string SoapFault::$faultcode = null |
Definition at line 474 of file soap.stub.php.
| string SoapFault::$faultcodens = null |
Definition at line 475 of file soap.stub.php.
| string SoapFault::$faultstring |
Definition at line 473 of file soap.stub.php.
| mixed SoapFault::$headerfault = null |
Definition at line 479 of file soap.stub.php.