InputStream::write()
  • References/PHP/Symfony/Component/Process

write(resource|scalar|Traversable|null $input)

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

static bool isPtySupported() Returns whether PTY is supported on the current operating

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

Process setEnhanceWindowsCompatibility(bool $enhance)

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

array findArguments() Finds the PHP executable arguments.

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

Generator getIterator(int $flags)

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

bool haveReadSupport() Returns if pipes are able to read output.

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

isClosed() Tells whether the write buffer is closed or not.

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

array read(Boolean $blocking) Reads data in file handles and pipes.

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

int getTermSignal() Returns the number of the signal that caused the child process to terminate

2025-01-10 15:47:30