You are here

namespace Symfony\Component\Process\Pipes in Zircon Profile 8.0

Same name in other branches
  1. 8 Symfony\Component\Process\Pipes
Classsort descending Location Description
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.