namespace Symfony\Component\Process\Pipes
Object name | File name | Summary |
---|---|---|
AbstractPipes | vendor/symfony/process/Pipes/AbstractPipes.php | @author Romain Neutron <imprec@gmail.com> |
PipesInterface | vendor/symfony/process/Pipes/PipesInterface.php | PipesInterface manages descriptors and pipes for the use of proc_open. |
UnixPipes | vendor/symfony/process/Pipes/UnixPipes.php | UnixPipes implementation uses unix pipes as handles. |
WindowsPipes | vendor/symfony/process/Pipes/WindowsPipes.php | WindowsPipes implementation uses temporary files as handles. |