ptime = $this->getLong(); $this->time = $this->getLong(); } public function encode(){ $this->reset(); $this->putLong($this->ptime); $this->putLong($this->time); } }