|
| __construct ( $file, $cmpLevel=4) |
|
| 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). - Parameters
-
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) |
|
|
| 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). - Parameters
-
string | string[] | $newname | File name. May be a string or an array with one element |
|
|
| startCommand ( $command) |
|
| writeCloseStream ( $string) |
|
| __construct ( $file) |
|
| getFilenames () |
|
| write ( $string) |
|
| writeClosePage ( $string) |
|
| writeLogItem ( $rev, $string) |
|
| writeOpenPage ( $page, $string) |
|
| writeOpenStream ( $string) |
|
| writeRevision ( $rev, $string) |
|
Definition at line 31 of file Dump7ZipOutput.php.
◆ __construct()
Dump7ZipOutput::__construct |
( |
|
$file, |
|
|
|
$cmpLevel = 4 |
|
) |
| |
◆ closeAndRename()
Dump7ZipOutput::closeAndRename |
( |
|
$newname, |
|
|
|
$open = false |
|
) |
| |
◆ setup7zCommand()
Dump7ZipOutput::setup7zCommand |
( |
|
$file | ) |
|
|
private |
◆ $compressionLevel
int Dump7ZipOutput::$compressionLevel |
|
protected |
The documentation for this class was generated from the following file: