- author Kevin Bond
CloneableInstantiable
- Implements
Stringable
| Properties |
| public readonly array $command |
| public ?string $commandLine = NULL |
| public readonly ?string $cwd |
| public readonly ?array $env |
| public readonly ?mixed $input |
| public readonly ?float $timeout |
| Methods |
| public __construct(array $command, ?string $cwd = NULL, ?array $env = NULL, ?mixed $input = NULL, ?float $timeout = 60) |
| public __toString() : string |
| public static fromShellCommandline(string $command, ?string $cwd = NULL, ?array $env = NULL, ?mixed $input = NULL, ?float $timeout = 60) : self Create a process message instance that will instantiate a Process using the fromShellCommandline method.
|
| Methods |
| public static fromShellCommandline(string $command, ?string $cwd = NULL, ?array $env = NULL, ?mixed $input = NULL, ?float $timeout = 60) : self Create a process message instance that will instantiate a Process using the fromShellCommandline method.
|