Process::setCommandLine()
  • References/PHP/Symfony/Component/Process

Process setCommandLine(string $commandline)

2025-01-10 15:47:30
PhpProcess::start()
  • References/PHP/Symfony/Component/Process

start(callable $callback = null) Starts the process and returns after writing the input to STDIN

2025-01-10 15:47:30
Process::getExitCodeText()
  • References/PHP/Symfony/Component/Process

null|string getExitCodeText() Returns a string representation for the exit code returned by the

2025-01-10 15:47:30
Process::setEnv()
  • References/PHP/Symfony/Component/Process

Process setEnv(array $env)

2025-01-10 15:47:30
ProcessBuilder::getProcess()
  • References/PHP/Symfony/Component/Process

Process getProcess()

2025-01-10 15:47:30
ProcessBuilder::addEnvironmentVariables()
  • References/PHP/Symfony/Component/Process

ProcessBuilder addEnvironmentVariables(array

2025-01-10 15:47:30
ProcessPipes::unblock()
  • References/PHP/Symfony/Component/Process

unblock() Sets non-blocking mode on pipes.

2025-01-10 15:47:30
Process::isStarted()
  • References/PHP/Symfony/Component/Process

bool isStarted() Checks if the process has been started with no regard to the current state.

2025-01-10 15:47:30
ProcessPipes::hasOpenHandles()
  • References/PHP/Symfony/Component/Process

Boolean hasOpenHandles() Returns if the current state has open file handles or pipes.

2025-01-10 15:47:30
ProcessUtils::escapeArgument()
  • References/PHP/Symfony/Component/Process

static string escapeArgument(string $argument) Escapes a string to be used as a shell

2025-01-10 15:47:30