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

Process setEnhanceSigchildCompatibility(bool $enhance)

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

int run(callable|null $callback = null) Runs the process. The callback receives the type

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::getTimeout()
  • References/PHP/Symfony/Component/Process

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

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

string|null getWorkingDirectory() Gets the working directory.

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

bool getEnhanceSigchildCompatibility() Returns whether sigchild compatibility mode is activated

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

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

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

string getIncrementalErrorOutput() Returns the errorOutput incrementally. In comparison

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::getIdleTimeout()
  • References/PHP/Symfony/Component/Process

float|null getIdleTimeout() Gets the process idle timeout (max. time since last output).

2025-01-10 15:47:30