Example #1
0
 /**
  * 析构方法
  * 销毁对象
  */
 public function __destruct()
 {
     self::$_link = null;
 }