SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Extract Method

Extracts a single file from the archive.

Object Oriented Interface

public function doExtract($path, $localpath, $preservefullpath);

Procedural Interface

secureblackboxlite_archivereader_do_extract($res, $path, $localpath, $preservefullpath);

Remarks

Use this method to extract a single file from the archive.

Pass the internal path to the entry in the archive via the Path parameter, and the path where to save the extracted entry via the LocalPath parameter. Set PreserveFullPath to true to enforce full-path extraction, in which case LocalPath would indicate the mount point at which the full Path needs to be rooted. If PreserveFullPath is false, the LocalPath provides the final location for the extracted file.

Use ExtractAll to extract all files at once.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]