abstract class AbstractPipes implements PipesInterface
| $pipes |
| __construct(resource|string|int|float|bool|Iterator|null $input) | ||
| close() Closes file handles and pipes. | ||
| bool | hasSystemCallBeenInterrupted() Returns true if a system call has been interrupted. | |
| unblock() Unblocks streams. | ||
| write() Writes input to stdin. | ||
| handleError($type, $msg) |
| resource|string|int|float|bool|Iterator|null | $input |
Closes file handles and pipes.
Returns true if a system call has been interrupted.
| bool |
Unblocks streams.
Writes input to stdin.
| InvalidArgumentException | When an input iterator yields a non supported value |
| $type | ||
| $msg |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Process/Pipes/AbstractPipes.html