Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F581544
DumpGZipOutput.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
DumpGZipOutput.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment