namespace Symfony\Component\Process
Object name | File name | Summary |
---|---|---|
ExecutableFinder | vendor/symfony/process/ExecutableFinder.php | Generic executable finder. |
InputStream | vendor/symfony/process/InputStream.php | Provides a way to continuously write to the input of a Process until the InputStream is closed. |
PhpExecutableFinder | vendor/symfony/process/PhpExecutableFinder.php | An executable finder specifically designed for the PHP executable. |
PhpProcess | vendor/symfony/process/PhpProcess.php | PhpProcess runs a PHP script in an independent process. |
PhpSubprocess | vendor/symfony/process/PhpSubprocess.php | PhpSubprocess runs a PHP command as a subprocess while keeping the original php.ini settings. |
Process | vendor/symfony/process/Process.php | Process is a thin wrapper around proc_* functions to easily start independent PHP processes. |
ProcessUtils | vendor/symfony/process/ProcessUtils.php | ProcessUtils is a bunch of utility methods. |