|
|
soap_fault
nusoap_base | +-- soap_fault
|
public class soap_fault extends nusoap_base
mainly used for returning faults from deployed functions in a server instance.
|
|
|
|
|
|
|
Public Method Details |
soap_fault |
public void soap_fault(string $faultcode, string $faultactor, [ string $faultstring, string $faultdetail ])
|
|
|
Parameter |
|
|
|
string |
$faultactor |
|
|
(client | server) |
|
|
string |
$faultstring |
= >>''<< |
|
|
|
|
string |
$faultdetail |
= >>''<< |
|
|
|
Returns |
void |
|
serialize |
public void serialize()
|
|
|
Returns |
void |
|
|
|
|
|
Generated on Mon, 22 Apr 2002 16:07:52 -0700 by PHPDoc v1.5 www.phpdoc.de
|