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

string getIncrementalErrorOutput() Returns the errorOutput incrementally. In comparison

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

array getDescriptors() Returns an array of descriptors for the use of proc_open.

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

class ProcessPipes ProcessPipes manages descriptors and pipes for the use of proc_open.

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

float|null getTimeout() Gets the process timeout (max. runtime).

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

ProcessBuilder add(string $argument)

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

null|int getExitCode() Returns the exit code returned by the process.

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

ProcessBuilder enableOutput()

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

Process setWorkingDirectory(string $cwd)

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

int stop(int|float $timeout = 10, int $signal = null) Stops the process.

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

string getOutput() Returns the current output of the process (STDOUT).

2025-01-10 15:47:30