WindowsPipes implementation uses temporary files as handles.
- see https://bugs.php.net/51800
- see https://bugs.php.net/65650
- author Romain Neutron
- internal
CloneableInstantiable
Constants |
Properties |
Methods |
public __construct(?mixed $input, bool $haveReadSupport) |
public __destruct() |
public __sleep() : array |
public __wakeup() : void |
public areOpen() : bool |
public close() : void |
public getDescriptors() : array |
public getFiles() : array |
public haveReadSupport() : bool |
public readAndWrite(bool $blocking, bool $close = false) : array |
Methods |
Properties |
private array $fileHandles = [] |
private array $files = [] |
private bool $haveReadSupport |
private array $lockHandles = [] |
private array $readBytes = [1 => 0, 2 => 0] |