UnixPipes implementation uses unix pipes as handles.
- author Romain Neutron
- internal
CloneableInstantiable
Constants |
Properties |
Methods |
public __construct(?bool $ttyMode, bool $ptyMode, ?mixed $input, bool $haveReadSupport) |
public __destruct() |
public __sleep() : array |
public __wakeup() : void |
public areOpen() : bool |
public getDescriptors() : array |
public getFiles() : array |
public haveReadSupport() : bool |
public readAndWrite(bool $blocking, bool $close = false) : array |
Methods |
Properties |
private bool $haveReadSupport |
private bool $ptyMode |
private ?bool $ttyMode |