SoapFault::SoapFaultSoapFault constructor Beschreibung
SoapFault::SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
This class is used to send SOAP fault responses from the PHP handler.
Parameter-Liste
Beispiele
Beispiel #1 Some examples
<?phpIt is possible to use PHP exception mechanism to throw SOAP Fault.
Beispiel #2 Some examples
<?phpSiehe auch
|