ProcessUtils
class ProcessUtils
ProcessUtils is a bunch of utility methods.
This class contains static methods only and is not meant to be instantiated.
Methods
static string
escapeArgument(string $argument)
Escapes a string to be used as a shell argument.
static string
validateInput(string $caller, mixed $input)
Validates and normalizes a Process input.
Details
at line line 39
static string
escapeArgument(string $argument)
Escapes a string to be used as a shell argument.
at line line 87
static string
validateInput(string $caller, mixed $input)
Validates and normalizes a Process input.