Documentation

RunProcessMessage
in package
implements Stringable

Tags
author

Kevin Bond kevinbond@gmail.com

Table of Contents

Interfaces

Stringable

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

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

        
On this page

Search results