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