示例#1
0
 public function close()
 {
     if (is_object($this->link)) {
         $this->link = NULL;
         self::$dbLink = NULL;
     }
 }