示例#1
0
 function getTrafficGB()
 {
     $mt = $this->getMonthTraffic();
     $mt = Comm::toGB($mt);
     $mt = round($mt, 3);
     return $mt;
 }