示例#1
0
 public function getLatestAPIVersion($os)
 {/*{{{*/
     $version = MobileApi::getLastAPIVersion($os);
     if (false == $version)
     {
         $this->setErrorCode(121);
         return 0;
     }
     $this->content = array('version' => $version);
 }/*}}}*/