PipesInterface
  • References/PHP/Symfony/Component/Process/Pipes

interface PipesInterface PipesInterface manages descriptors and pipes for the use of proc_open

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

array getEnv() Gets the environment variables.

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

int getStopSignal() Returns the number of the signal that caused the child process to stop its

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

start(callable $callback = null) Starts the process and returns after writing the input to STDIN

2025-01-10 15:47:30
Component\Process\Pipes
  • References/PHP/Symfony/Component/Process

Classes

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

Generator getIterator(int $flags)

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

write(Boolean $blocking, string|null $stdin) Writes stdin data.

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

checkTimeout() Performs a check between the timeout definition and the time the process started.

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

Process clearErrorOutput()

2025-01-10 15:47:30