Пример #1
0
 /**
  * Write bytes to the socket.
  *
  * @param string $value
  */
 protected function writeBytes($value)
 {
     $this->socket->write(Binary::packBytes($value));
 }