public function PipesInterface::getFiles in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/process/Pipes/PipesInterface.php \Symfony\Component\Process\Pipes\PipesInterface::getFiles()
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
Return value
string[]
2 methods override PipesInterface::getFiles()
- UnixPipes::getFiles in vendor/
symfony/ process/ Pipes/ UnixPipes.php - Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
- WindowsPipes::getFiles in vendor/
symfony/ process/ Pipes/ WindowsPipes.php - Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
File
- vendor/
symfony/ process/ Pipes/ PipesInterface.php, line 37
Class
- PipesInterface
- PipesInterface manages descriptors and pipes for the use of proc_open.
Namespace
Symfony\Component\Process\PipesCode
public function getFiles();