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

ProcessBuilder setTimeout(float|null $timeout)

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

Process setWorkingDirectory(string $cwd)

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
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