- author Romain Neutron
- internal
Abstract
Constants |
Properties |
public array $pipes = [] |
Methods |
public __construct( $input)
|
public close() : void |
public handleError(int $type, string $msg) : void
|
Methods |
protected hasSystemCallBeenInterrupted() : bool Returns true if a system call has been interrupted. |
protected unblock() : void Unblocks streams. |
protected write() : ?array Writes input to stdin.
|
Properties |
private bool $blocked = true |
private $input = NULL
|
private string $inputBuffer = '' |
private ?string $lastError = NULL |