MediaWiki
master
DumpLBZip2Output.php
Go to the documentation of this file.
1
<?php
31
class
DumpLBZip2Output
extends
DumpPipeOutput
{
35
public
function
__construct
( $file ) {
36
# use only one core
37
parent::__construct(
"lbzip2 -n 1"
, $file );
38
}
39
}
DumpLBZip2Output
Definition
DumpLBZip2Output.php:31
DumpLBZip2Output\__construct
__construct( $file)
Definition
DumpLBZip2Output.php:35
DumpPipeOutput
Definition
DumpPipeOutput.php:33
includes
export
DumpLBZip2Output.php
Generated on Mon Dec 9 2024 04:23:57 for MediaWiki by
1.10.0