static string escapeArgument(string $argument) Escapes a string to be used as a shell
class ProcessUtils ProcessUtils is a bunch of utility methods. This class contains static
Process restart(callable $callback = null)
ProcessBuilder setPrefix(string|array $prefix)
Boolean hasOpenHandles() Returns if the current state has open file handles or pipes.
string getErrorOutput() Returns the current error output of the process (STDERR).
int run(callable|null $callback = null) Runs the process. The callback receives the type
Process setEnhanceSigchildCompatibility(bool $enhance)
string|null getWorkingDirectory() Gets the working directory.
bool getEnhanceSigchildCompatibility() Returns whether sigchild compatibility mode is activated
Page 4 of 10