MediaWiki
master
DumpLBZip2Output.php
Go to the documentation of this file.
1
<?php
17
class
DumpLBZip2Output
extends
DumpPipeOutput
{
21
public
function
__construct
( $file ) {
22
# use only one core
23
parent::__construct(
"lbzip2 -n 1"
, $file );
24
}
25
}
DumpLBZip2Output
Definition
DumpLBZip2Output.php:17
DumpLBZip2Output\__construct
__construct( $file)
Definition
DumpLBZip2Output.php:21
DumpPipeOutput
Definition
DumpPipeOutput.php:19
includes
Export
DumpLBZip2Output.php
Generated on Mon Nov 17 2025 04:24:44 for MediaWiki by
1.10.0