SystemRunner extends Runner
Table of Contents
Methods
- __construct() : mixed
- run() : bool|array<string|int, mixed>
- Call exec and return the result on success, false on failure.
Methods
__construct()
public
__construct() : mixed
run()
Call exec and return the result on success, false on failure.
public
run(string $command) : bool|array<string|int, mixed>
Parameters
- $command : string
-
Command to execute.