update_manager_archive_extract

function update_manager_archive_extract

update_manager_archive_extract($file, $directory)

Unpacks a downloaded archive file.

Parameters

string $file: The filename of the archive you wish to extract.

string $directory: The directory you wish to extract the archive into.

Return value

Archiver The Archiver object used to extract the archive.

Throws

Exception

Related topics

File

modules/upda