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

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

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

ProcessBuilder add(string $argument)

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

ProcessBuilder enableOutput()

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

int|null getPid() Returns the Pid (process identifier), if applicable.

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

string[] getFiles() Returns an array of filenames indexed by their related stream in case these

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
PhpProcess
  • References/PHP/Symfony/Component/Process

class PhpProcess extends Process

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