health = $this->getByte(); } public function encode(){ $this->reset(); $this->putByte($this->health); } }