public function PipesInterface::areOpen in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Pipes/PipesInterface.php \Symfony\Component\Process\Pipes\PipesInterface::areOpen()
Returns if the current state has open file handles or pipes.
Return value
bool
2 methods override PipesInterface::areOpen()
- UnixPipes::areOpen in vendor/
symfony/ process/ Pipes/ UnixPipes.php - Returns if the current state has open file handles or pipes.
- WindowsPipes::areOpen in vendor/
symfony/ process/ Pipes/ WindowsPipes.php - Returns if the current state has open file handles or pipes.
File
- vendor/
symfony/ process/ Pipes/ PipesInterface.php, line 54
Class
- PipesInterface
- PipesInterface manages descriptors and pipes for the use of proc_open.
Namespace
Symfony\Component\Process\PipesCode
public function areOpen();