Method | Description | |
---|---|---|
copy_overwrite_files ( $source, $dest ) | ||
extract ( $tarball_or_zip, string $dest ) | Extract the archive file to a specific destination. | |
rmdir ( $dir ) |
Method | Description | |
---|---|---|
extract_tarball ( string $tarball, string $dest ) | Extract a tarball to a specific destination. | |
extract_zip ( string $zipfile, string $dest ) | Extract a ZIP file to a specific destination. |