UnixPipes::readAndWrite()
  • References/PHP/Symfony/Component/Process/Pipes

string[] readAndWrite(bool $blocking, bool $close = false) Reads data in file handles and pipes

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

Process setEnhanceSigchildCompatibility(bool $enhance)

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

ProcessBuilder setEnv(string $name, null|string

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

array getOptions() Gets the options for proc_open.

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

bool getEnhanceSigchildCompatibility() Returns whether sigchild compatibility mode is activated

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

bool hasBeenSignaled() Returns true if the child process has been terminated by an uncaught signal

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

addErrorOutput(string $line) Adds a line to the STDERR stream.

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

bool isTerminated() Checks if the process is terminated.

2025-01-10 15:47:30