Example #1
0
 public function readString()
 {
     $len = HabboEncoding::decodeByte16($this->packet);
     $string = substr($this->packet, 2, $len);
     $this->pop($len + 2);
     return $string;
 }