public function getall()
 {
     $getobj = new \module\mzkserver();
     $res = $getobj->getAllServer();
     echo "<pre>";
     print_r($res);
 }