Esempio n. 1
0
 protected final function decodePacketIdentifier(&$packet_data, &$pos)
 {
     $msgid = Utility::ExtractUShort($packet_data, $pos);
     $this->setMsgID($msgid);
     return true;
 }