ProcessBuilder

ProcessBuilder

class ProcessBuilder

Process builder.

Methods

__construct(array $arguments = array())

Constructor.

static ProcessBuilder create(array $arguments = array())

Creates a process builder instance.

$this add(string $argument)

Adds an unescaped argument to the command string.

$this setPrefix(string|array $prefix)

Adds a prefix to the command string.

$this setArguments(array $arguments)

Sets the arguments of the proces