コード例 #1
0
ファイル: DuplexPipe.php プロジェクト: icicleio/stream
 /**
  * {@inheritdoc}
  */
 public function isOpen() : bool
 {
     return $this->readable->isOpen() || $this->writable->isOpen();
 }