コード例 #1
0
 public static function Close()
 {
     self::$preparedStmts = array();
     self::$dbmode = NULL;
     self::$dbcon = NULL;
 }