MediaWiki
REL1_22
|
Stream outputter to send data to a file via some filter program. More...
Public Member Functions | |
__construct ($command, $file=null) | |
closeAndRename ($newname, $open=false) | |
closeRenameAndReopen ($newname) | |
startCommand ($command) | |
writeCloseStream ($string) | |
Public Attributes | |
$filename | |
Protected Attributes | |
$command | |
$procOpenResource = false |
Stream outputter to send data to a file via some filter program.
Even if compression is available in a library, using a separate program can allow us to make use of a multi-processor system.
Definition at line 1070 of file Export.php.
DumpPipeOutput::__construct | ( | $ | command, |
$ | file = null |
||
) |
$command | |
$file | null |
Definition at line 1078 of file Export.php.
DumpPipeOutput::closeAndRename | ( | $ | newname, |
$ | open = false |
||
) |
$newname | mixed |
$open | bool |
Reimplemented from DumpFileOutput.
Reimplemented in Dump7ZipOutput.
Definition at line 1122 of file Export.php.
DumpPipeOutput::closeRenameAndReopen | ( | $ | newname | ) |
mixed | $newname |
Reimplemented from DumpFileOutput.
Definition at line 1114 of file Export.php.
DumpPipeOutput::startCommand | ( | $ | command | ) |
$command |
Definition at line 1102 of file Export.php.
DumpPipeOutput::writeCloseStream | ( | $ | string | ) |
$string | string |
Reimplemented from DumpFileOutput.
Definition at line 1091 of file Export.php.
DumpPipeOutput::$command [protected] |
Definition at line 1071 of file Export.php.
DumpPipeOutput::$filename |
Reimplemented from DumpFileOutput.
Definition at line 1071 of file Export.php.
DumpPipeOutput::$procOpenResource = false [protected] |
Definition at line 1072 of file Export.php.