예제 #1
0
파일: Gateway.php 프로젝트: medz/thinksns-4
 /**
  * 清除上下文
  */
 public static function clear()
 {
     self::$local_ip = self::$local_port = self::$client_ip = self::$client_port = self::$client_id = null;
 }
예제 #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;
 }