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

bool isSuccessful() Checks if the process ended successfully.

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

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

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

Process signal(int $signal)

2025-01-10 15:47:30
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
WindowsPipes
  • References/PHP/Symfony/Component/Process/Pipes

class WindowsPipes extends

2025-01-10 15:47:30
UnixPipes::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