body(); if (strlen($body) != 20) throw new Exception("Bad ModificationDetectionCodePacket"); return ['header'=>"\xD3\x14",'body'=>$body]; } function read() { $this->data = $this->input; if (strlen($this->input) != 20) throw new Exception("Bad ModificationDetectionCodePacket"); } }