function PipesInterface::areOpen
Returns if the current state has open file handles or pipes.
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 50
Class
- PipesInterface
- PipesInterface manages descriptors and pipes for the use of proc_open.
Namespace
Symfony\Component\Process\PipesCode
public function areOpen() : bool;