PipesInterface::haveReadSupport()
  • References/PHP/Symfony/Component/Process/Pipes

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

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

setSuffixes(array $suffixes) Replaces default suffixes of executable.

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

bool isTty() Checks if the TTY mode is enabled.

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

ProcessBuilder setWorkingDirectory(null|string

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

class UnixPipes extends AbstractPipes

2025-01-10 15:47:30