예제 #1
0
 /**
  * 协议数据
  * @return mixed;
  */
 public function proto()
 {
     if (!isset($this->proto)) {
         $this->proto = $this->parser->unserialize($this->packet);
     }
     return $this->proto;
 }