Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
pack ($source, $destination) | |
unpack ($source, $destination) | |
![]() | |
getFilename ($source, $withExtension=false) | |
Additional Inherited Members | |
![]() | |
_writeFile ($destination, $data) | |
_readFile ($source) | |
pack | ( | $source, | |
$destination | |||
) |
Pack file by GZ compressor.
string | $source | |
string | $destination |
Implements ArchiveInterface.
Definition at line 23 of file Gz.php.
unpack | ( | $source, | |
$destination | |||
) |
Unpack file by GZ compressor.
string | $source | |
string | $destination |
Implements ArchiveInterface.
Definition at line 48 of file Gz.php.