示例#1
0
 public function close()
 {
     $_SESSION = array_merge($_SESSION, $this->data);
     session_write_close();
     parent::close();
 }