class ProcessBuilder
Process builder.
Methods
__construct(array $arguments = array()) Constructor.
static ProcessBuilder create(array $arguments = array()) Creates a process builder instance.
ProcessBuilder add(string $argument) Adds an unescaped argument to the command string.
ProcessBuilder setPrefix(string|array $prefix) Adds a prefix to the command string.
ProcessBuilder setArguments(array $arguments) Sets the arguments of the process.
ProcessBuilder setWorki