Dumper
final class Dumper
Generates a PHP representation of a variable.
Constants
| private IndentLength | 
 | 
Properties
| $maxDepth | |||
| $wrapLength | |||
| $indentation | |||
| $customObjects | 
Methods
                    string
                
                
                    dump(mixed $var, int $column = 0)
        
                                            
                
            Returns a PHP representation of a variable.
                    string
                
                
                    format(string $statement, mixed ...$args)
        
                                            
                
            Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
                    static object
                
                
                    createObject(string $class, array $props)
        
                                            
                
            No description
Details
        at line 33
                            string
    dump(mixed $var, int $column = 0)
        
    
    Returns a PHP representation of a variable.
        at line 222
                            string
    format(string $statement, mixed ...$args)
        
    
    Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
        at line 281
                static            object
    createObject(string $class, array $props)
        
    
    | internal | 
No description