WindowsPipes::getFiles()
  • References/PHP/Symfony/Component/Process/Pipes

string[] getFiles() Returns an array of filenames indexed by their related stream in case these

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

bool isSuccessful() Checks if the process ended successfully.

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

Process clearErrorOutput()

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

class WindowsPipes extends

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

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

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

ProcessBuilder setWorkingDirectory(null|string

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

array getDescriptors() Returns an array of descriptors for the use of proc_open.

2025-01-10 15:47:30