You are here

public function PipesInterface::areOpen 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::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\Pipes

Code

public function areOpen();