$pid
$pid : integer
Pid процесса
Выполняет ассинхронно команду в shell
__construct(string|\Colibri\Utils\Shell\Execute $command = null)
Конструктор
| string|\Colibri\Utils\Shell\Execute | $command |
Create(string|\Colibri\Utils\Shell\Execute $command = null) : \Colibri\Utils\Shell\Async
Статический конструктор
| string|\Colibri\Utils\Shell\Execute | $command |
Run(string|\Colibri\Utils\Shell\Execute $command) : \Colibri\Utils\Shell\Async
Выполняет команду
| string|\Colibri\Utils\Shell\Execute | $command |