Page MenuHomeWickedGov Phorge

DumpGZipOutput.php
No OneTemporary

Size
396 B
Referenced Files
None
Subscribers
None

DumpGZipOutput.php

<?php
/**
* Sends dump output via the gzip compressor.
*
* Copyright © 2003, 2005, 2006 Brooke Vibber <bvibber@wikimedia.org>
* https://www.mediawiki.org/
*
* @license GPL-2.0-or-later
* @file
*/
/**
* @ingroup Dump
*/
class DumpGZipOutput extends DumpPipeOutput {
/**
* @param string $file
*/
public function __construct( $file ) {
parent::__construct( "gzip", $file );
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Mar 31, 19:48 (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/df/0b89870c587f11fb429a74cb04f6
Default Alt Text
DumpGZipOutput.php (396 B)

Event Timeline