ExecutableFinder |
vendor/symfony/process/ExecutableFinder.php |
Generic executable finder. |
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. |
Process |
vendor/symfony/process/Process.php |
Process is a thin wrapper around proc_* functions to easily
start independent PHP processes. |
ProcessBuilder |
vendor/symfony/process/ProcessBuilder.php |
Process builder. |
ProcessUtils |
vendor/symfony/process/ProcessUtils.php |
ProcessUtils is a bunch of utility methods. |