Ejemplo n.º 1
0
 /**
  * Write a long to the socket.
  *
  * @param int $value
  */
 protected function writeLong($value)
 {
     $this->socket->write(Binary::packLong($value));
 }