コード例 #1
0
 function update()
 {
     $vs = qg::download($this->name);
     qg::install($this->name);
     $this->local_version = $vs['version'];
     $this->local_time = time();
     $this->local_updated = time();
 }