MediaWiki
1.34.4
|
Public Member Functions | |||||||
__construct ( $command, $file=null) | |||||||
closeAndRename ( $newname, $open=false) | |||||||
Close the old file, and move it to a specified name.Use this for the last piece of a file written out at specified checkpoints (e.g. every n hours).
| |||||||
closeRenameAndReopen ( $newname) | |||||||
Close the old file, move it to a specified name, and reopen new file with the old name.Use this for writing out a file in multiple pieces at specified checkpoints (e.g. every n hours).
| |||||||
startCommand ( $command) | |||||||
writeCloseStream ( $string) | |||||||
Public Member Functions inherited from DumpFileOutput | |||||||
__construct ( $file) | |||||||
checkRenameArgCount ( $newname) | |||||||
getFilenames () | |||||||
renameOrException ( $newname) | |||||||
write ( $string) | |||||||
Public Member Functions inherited from DumpOutput | |||||||
writeClosePage ( $string) | |||||||
writeLogItem ( $rev, $string) | |||||||
writeOpenPage ( $page, $string) | |||||||
writeOpenStream ( $string) | |||||||
writeRevision ( $rev, $string) | |||||||
Public Attributes | |
$filename | |
Protected Attributes | |
$command | |
resource bool | $procOpenResource = false |
Protected Attributes inherited from DumpFileOutput | |
string | $filename |
resource false | $handle = false |
Definition at line 33 of file DumpPipeOutput.php.
DumpPipeOutput::__construct | ( | $command, | |
$file = null |
|||
) |
string | $command | |
string | null | $file |
Reimplemented in Dump7ZipOutput.
Definition at line 42 of file DumpPipeOutput.php.
References $command, $file, and startCommand().
DumpPipeOutput::closeAndRename | ( | $newname, | |
$open = false |
|||
) |
Close the old file, and move it to a specified name.Use this for the last piece of a file written out at specified checkpoints (e.g. every n hours).
string | string[] | $newname | File name. May be a string or an array with one element |
bool | $open | If true, a new file with the old filename will be opened again for writing (default: false) |
Reimplemented from DumpFileOutput.
Reimplemented in Dump7ZipOutput.
Definition at line 85 of file DumpPipeOutput.php.
References $command, DumpFileOutput\checkRenameArgCount(), DumpFileOutput\renameOrException(), and startCommand().
Referenced by closeRenameAndReopen().
DumpPipeOutput::closeRenameAndReopen | ( | $newname | ) |
Close the old file, move it to a specified name, and reopen new file with the old name.Use this for writing out a file in multiple pieces at specified checkpoints (e.g. every n hours).
string | string[] | $newname | File name. May be a string or an array with one element |
Reimplemented from DumpFileOutput.
Definition at line 78 of file DumpPipeOutput.php.
References closeAndRename().
DumpPipeOutput::startCommand | ( | $command | ) |
string | $command |
Definition at line 66 of file DumpPipeOutput.php.
References $command.
Referenced by __construct(), Dump7ZipOutput\closeAndRename(), and closeAndRename().
DumpPipeOutput::writeCloseStream | ( | $string | ) |
string | $string |
Reimplemented from DumpFileOutput.
Definition at line 55 of file DumpPipeOutput.php.
|
protected |
Definition at line 34 of file DumpPipeOutput.php.
Referenced by Dump7ZipOutput\__construct(), __construct(), Dump7ZipOutput\closeAndRename(), closeAndRename(), Dump7ZipOutput\setup7zCommand(), and startCommand().
DumpPipeOutput::$filename |
Definition at line 34 of file DumpPipeOutput.php.
|
protected |
Definition at line 36 of file DumpPipeOutput.php.