MediaWiki  1.34.0
DumpLBZip2Output.php
Go to the documentation of this file.
1 <?php
35  function __construct( $file ) {
36  # use only one core
37  parent::__construct( "lbzip2 -n 1", $file );
38  }
39 }
$file
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.
Definition: router.php:42
DumpLBZip2Output
Definition: DumpLBZip2Output.php:31
DumpLBZip2Output\__construct
__construct( $file)
Definition: DumpLBZip2Output.php:35
DumpPipeOutput
Definition: DumpPipeOutput.php:33