Ejemplo n.º 1
0
 /**
  * 设置内容生产者的IP
  * @param string $ip
  */
 public static function set_remote_ip($ip)
 {
     self::$remot_ip = $ip;
 }