public function decode() { $this->protocol = $this->getInt(); $str = zlib_decode($this->get($this->getInt()), 1024 * 1024 * 64); //Max 64MB ...
確定! 回上一頁