ERR
ERR = 'err'
$processPipes : \think\process\pipes\Pipes
__construct(string $commandline, string|null $cwd = null, array|null $env = null, string|null $input = null, integer|float|null $timeout = 60, array $options = array())
构造方法
string | $commandline | 指令 |
string|null | $cwd | 工作目录 |
array|null | $env | 环境变量 |
string|null | $input | 输入 |
integer|float|null | $timeout | 超时时间 |
array | $options | proc_open的选项 |
restart(callable|null $callback = null) : \think\Process
重启进程
callable|null | $callback |
signal(integer $signal) : \think\Process
将一个 POSIX 信号发送到进程中
integer | $signal |
disableOutput() : \think\Process
禁用从底层过程获取输出和错误输出。
enableOutput() : \think\Process
开启从底层过程获取输出和错误输出。
clearOutput() : \think\Process
清空输出
clearErrorOutput() : \think\Process
清空 errorOutput