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

int wait(callable $callback = null) Waits for the process to terminate. The callback receives

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

resource|string|Iterator|null getInput()

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

ProcessBuilder addEnvironmentVariables(array

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

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

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

bool getEnhanceWindowsCompatibility() Gets whether or not Windows compatibility is enabled.

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

class PhpExecutableFinder An executable finder specifically designed for the PHP executable.

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

onEmpty(callable $onEmpty = null) Sets a callback that is called when the write buffer becomes empty

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

string|false find(bool $includeArgs = true) Finds The PHP executable.

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

ProcessBuilder inheritEnvironmentVariables(bool

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

class InputStream implements IteratorAggregate

2025-01-10 15:47:30