Esempio n. 1
0
 public function putByte($v)
 {
     $this->buffer .= Binary::writeByte($v);
 }