Example #1
0
 /**
  * 清除上下文
  */
 public static function clear()
 {
     self::$local_ip = self::$local_port = self::$client_ip = self::$client_port = self::$client_id = null;
 }
Example #2
0
 public static function clear()
 {
     self::$series_id = self::$local_ip = self::$local_port = self::$socket_id = self::$client_ip = self::$client_port = self::$uid = null;
 }