Ejemplo n.º 1
0
 /**
  * 获取真实IP地址
  * @return string
  */
 public function getRealIP()
 {
     return $this->ip->realip();
 }