ERR
ERR = 'err'
$exitCodes : array
$processPipes : \think\process\pipes\Pipes
__construct(string $commandline, string|null $cwd = null, array|null $env = null, string|null $input = null, int|float|null $timeout = 60, array $options = []) : mixed
构造方法
string | $commandline | 指令 |
string|null | $cwd | 工作目录 |
array|null | $env | 环境变量 |
string|null | $input | 输入 |
int|float|null | $timeout | 超时时间 |
array | $options | proc_open的选项 |