|
MediaWiki
REL1_23
|
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 1075 of file Export.php.
| DumpPipeOutput::__construct | ( | $ | command, |
| $ | file = null |
||
| ) |
| $command | |
| $file | null |
Definition at line 1083 of file Export.php.
| DumpPipeOutput::closeAndRename | ( | $ | newname, |
| $ | open = false |
||
| ) |
| $newname | mixed |
| $open | bool |
Reimplemented from DumpFileOutput.
Reimplemented in Dump7ZipOutput.
Definition at line 1127 of file Export.php.
| DumpPipeOutput::closeRenameAndReopen | ( | $ | newname | ) |
| mixed | $newname |
Reimplemented from DumpFileOutput.
Definition at line 1119 of file Export.php.
| DumpPipeOutput::startCommand | ( | $ | command | ) |
| $command |
Definition at line 1107 of file Export.php.
| DumpPipeOutput::writeCloseStream | ( | $ | string | ) |
| $string | string |
Reimplemented from DumpFileOutput.
Definition at line 1096 of file Export.php.
DumpPipeOutput::$command [protected] |
Definition at line 1076 of file Export.php.
| DumpPipeOutput::$filename |
Reimplemented from DumpFileOutput.
Definition at line 1076 of file Export.php.
DumpPipeOutput::$procOpenResource = false [protected] |
Definition at line 1077 of file Export.php.