function PipesInterface::haveReadSupport
Returns if pipes are able to read output.
2 methods override PipesInterface::haveReadSupport()
- UnixPipes::haveReadSupport in vendor/
symfony/ process/ Pipes/ UnixPipes.php - Returns if pipes are able to read output.
- WindowsPipes::haveReadSupport in vendor/
symfony/ process/ Pipes/ WindowsPipes.php - Returns if pipes are able to read output.
File
-
vendor/
symfony/ process/ Pipes/ PipesInterface.php, line 55
Class
- PipesInterface
- PipesInterface manages descriptors and pipes for the use of proc_open.
Namespace
Symfony\Component\Process\PipesCode
public function haveReadSupport() : bool;