示例#1
0
 public static function getServerType($id)
 {
     $types = mcservers::getServerTypes();
     return $types[$id];
 }