RunProcessMessage
    
            
            in package
            
        
    
            
            implements
                            Stringable                    
    
    
Tags
Table of Contents
Interfaces
Properties
- $command : array<string|int, mixed>
 - $cwd : string|null
 - $env : array<string|int, mixed>|null
 - $input : mixed
 - $timeout : float|null
 
Methods
- __construct() : mixed
 - __toString() : string
 
Properties
$command read-only
    public
        array<string|int, mixed>
    $command
    
    
    
    
    
$cwd read-only
    public
        string|null
    $cwd
     = null
    
    
    
    
$env read-only
    public
        array<string|int, mixed>|null
    $env
     = null
    
    
    
    
$input read-only
    public
        mixed
    $input
     = null
    
    
    
    
$timeout read-only
    public
        float|null
    $timeout
     = 60.0
    
    
    
    
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $command[, string|null $cwd = null ][, array<string|int, mixed>|null $env = null ][, mixed $input = null ][, float|null $timeout = 60.0 ]) : mixed
    Parameters
- $command : array<string|int, mixed>
 - $cwd : string|null = null
 - $env : array<string|int, mixed>|null = null
 - $input : mixed = null
 - $timeout : float|null = 60.0
 
__toString()
    public
                    __toString() : string