Process::setInput()
  • References/PHP/Symfony/Component/Process

Process setInput(resource|scalar|

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

setPhpBinary($php) Sets the path to the PHP binary to use.

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

Process disableOutput()

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

bool isOutputDisabled() Returns true in case the output is disabled, false otherwise.

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

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

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

static mixed validateInput(string $caller, mixed $input) Validates and normalizes

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

addSuffix(string $suffix) Adds new possible suffix to check for executable.

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

close() Closes the write buffer.

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

string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable

2025-01-10 15:47:30