|
| | pack ($source, $destination) |
| |
| | unpack ($source, $destination) |
| |
@api
- Since
- 100.0.2
Definition at line 18 of file ArchiveInterface.php.
◆ pack()
| pack |
( |
|
$source, |
|
|
|
$destination |
|
) |
| |
Pack file or directory.
- Parameters
-
| string | $source | |
| string | $destination | |
- Returns
- string
Implemented in Zip, Bz, and Gz.
◆ unpack()
| unpack |
( |
|
$source, |
|
|
|
$destination |
|
) |
| |
Unpack file or directory.
- Parameters
-
| string | $source | |
| string | $destination | |
- Returns
- string
Implemented in Tar, Zip, Bz, and Gz.
The documentation for this interface was generated from the following file: