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

ProcessBuilder setTimeout(float|null $timeout)

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

closeUnixPipes() Closes Unix pipes. Nothing happens in case file handles are used.

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

bool areOpen() Returns if the current state has open file handles or pipes.

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

class PhpProcess extends Process

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

string getStatus() Gets the process status. The status is one of: ready, started, terminated

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

Process setTimeout(int|float|null $timeout)

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

Process setTty(bool $tty)

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