(no version information, might be only in CVS)
SoapFault->__construct() -- 
   SoapFault constructor
  
Description
class 
SoapFault { 
__construct ( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, SoapHeader headerfault]]]] )
}
   This class is useful when you would like to send SOAP fault responses from
   the PHP handler. faultcode, faultstring, 
   faultactor and details are 
   standard elements of SOAP Fault;