示例#1
0
文件: lou.php 项目: rbraband/LouCes
 public function doPlayerRange($start, $end, $continent, $sort = 0, $ascending = true, $type = 0)
 {
     $d = array("session" => $this->session, "continent" => $continent, "start" => $start, "end" => $end, "sort" => LoU::get_sort_by_type($type, $sort), "ascending" => $ascending, "type" => $type);
     $this->get("PlayerGetRange", $d);
 }