示例#1
0
文件: ShoCKDB_db.php 项目: showi/prog
 public static function close()
 {
     if (!is_null(self::$DBH)) {
         //print("Closing database<br>");
         self::$DBH = null;
     }
 }