ProcessPipes::hasOpenHandles()
  • References/PHP/Symfony/Component/Process

Boolean hasOpenHandles() Returns if the current state has open file handles or pipes.

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

close() Closes file handles and pipes.

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

ProcessBuilder setPrefix(string|array $prefix)

2025-01-10 15:47:30
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::isStarted()
  • References/PHP/Symfony/Component/Process

bool isStarted() Checks if the process has been started with no regard to the current state.

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

close() Closes file handles and pipes.

2025-01-10 15:47:30
UnixPipes::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::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
Process::getErrorOutput()
  • References/PHP/Symfony/Component/Process

string getErrorOutput() Returns the current error output of the process (STDERR).

2025-01-10 15:47:30