Home
last modified time | relevance | path

Searched refs:toConsume (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php37 protected $toConsume = null; variable in FreeDSx\\Socket\\Queue\\MessageQueue
102 $this->toConsume .= $buffer->bytes();
118 return \strlen((string)$this->toConsume) !== 0;
130 $message = $this->decode($this->toConsume);
132 $this->toConsume = \substr($this->toConsume, $lastPos);
134 if ($this->toConsume === '' && ($peek = $this->socket->read(false)) !== false) {