|
| __construct () |
| Options constructor.
|
|
| getComment () |
|
| getContentDisposition () |
|
| getContentType () |
|
| getDeflateLevel () |
|
| getHttpHeaderCallback () |
|
| getLargeFileMethod () |
|
| getLargeFileSize () |
|
| getOutputStream () |
|
| isEnableZip64 () |
|
| isFlushOutput () |
|
| isSendHttpHeaders () |
|
| isStatFiles () |
|
| isZeroHeader () |
|
| setComment (string $comment) |
|
| setContentDisposition (string $contentDisposition) |
|
| setContentType (string $contentType) |
|
| setDeflateLevel (int $deflateLevel) |
|
| setEnableZip64 (bool $enableZip64) |
|
| setFlushOutput (bool $flushOutput) |
|
| setHttpHeaderCallback (callable $httpHeaderCallback) |
|
| setLargeFileMethod (Method $largeFileMethod) |
|
| setLargeFileSize (int $largeFileSize) |
|
| setOutputStream ($outputStream) |
|
| setSendHttpHeaders (bool $sendHttpHeaders) |
|
| setStatFiles (bool $statFiles) |
|
| setZeroHeader (bool $zeroHeader) |
|
|
const | DEFAULT_DEFLATE_LEVEL = 6 |
|
◆ getDeflateLevel()
ZipStream\Option\Archive::getDeflateLevel |
( |
| ) |
|
◆ getOutputStream()
ZipStream\Option\Archive::getOutputStream |
( |
| ) |
|
◆ setDeflateLevel()
ZipStream\Option\Archive::setDeflateLevel |
( |
int | $deflateLevel | ) |
|
◆ setOutputStream()
ZipStream\Option\Archive::setOutputStream |
( |
| $outputStream | ) |
|
- Parameters
-
StreamInterface | resource | $outputStream | |
The documentation for this class was generated from the following file:
- lib/zipstream/src/Option/Archive.php