You are here

public function PipesInterface::getDescriptors in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/process/Pipes/PipesInterface.php \Symfony\Component\Process\Pipes\PipesInterface::getDescriptors()

Returns an array of descriptors for the use of proc_open.

Return value

array

2 methods override PipesInterface::getDescriptors()
UnixPipes::getDescriptors in vendor/symfony/process/Pipes/UnixPipes.php
Returns an array of descriptors for the use of proc_open.
WindowsPipes::getDescriptors in vendor/symfony/process/Pipes/WindowsPipes.php
Returns an array of descriptors for the use of proc_open.

File

vendor/symfony/process/Pipes/PipesInterface.php, line 30

Class

PipesInterface
PipesInterface manages descriptors and pipes for the use of proc_open.

Namespace

Symfony\Component\Process\Pipes

Code

public function getDescriptors();