public function UnixPipes::getFiles in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Pipes/UnixPipes.php \Symfony\Component\Process\Pipes\UnixPipes::getFiles()
Returns an array of filenames indexed by their related stream in case these pipes use temporary files.
Return value
string[]
Overrides PipesInterface::getFiles
File
- vendor/
symfony/ process/ Pipes/ UnixPipes.php, line 91
Class
- UnixPipes
- UnixPipes implementation uses unix pipes as handles.
Namespace
Symfony\Component\Process\PipesCode
public function getFiles() {
return array();
}