The SoapFault class
 
 (PHP 5, PHP 7, PHP 8)
  
   简介
   
    Represents a SOAP fault.
   
   
  
   类摘要
   
    
     
    
    
    
    
    
    
    
    
    
    
    
    
protected
     string
      $file = "";
 
    
    
   public __construct(    
array|string|null $code,    
string $string,    
?string $actor = null,    
mixed $details = null,    
?string $name = null,    
mixed $headerFault = null)
 
    
    
    
   }
 
   
  
   属性
   
    
     - _name
- 
      
       
- detail
- 
      
       
- faultactor
- 
      
       
- faultcode
- 
      
       
- faultcodens
- 
      
       
- faultstring
- 
      
       
- 
      
       
 
 目录