4

How to extract a multi-part zip file with PHP? Is it possible?

halfer
  • 19,824
  • 17
  • 99
  • 186
user2511140
  • 1,658
  • 3
  • 26
  • 32
  • this is different.(extract two part) – user2511140 Dec 31 '13 at 08:45
  • 1
    Read the manual of `ZipArchive` !! – Raptor Dec 31 '13 at 08:55
  • I search all questions but nothings found.my problem is extract a large file that zipped in multi part. – user2511140 Dec 31 '13 at 09:01
  • See above: _one solution is just to run console commands in PHP_ `:)`. – halfer Dec 31 '13 at 09:10
  • 1
    This question is different from the one mentioned above, as it's about multipart zip archive, here is related question: https://stackoverflow.com/questions/38989863/multi-part-zip-in-php and the only answer I could found is the example of xZip class found here: http://php.net/manual/en/class.ziparchive.php#112195 – Ibrahim.H Apr 13 '18 at 21:03
  • This question asks how to extract a zip which was split into several parts. The linked "duplicate" question asks how to unzip in php. The other question doesn't even contain an answer with the keyword "multi" – Clockwork Oct 05 '22 at 08:16
  • Related: https://stackoverflow.com/questions/51409672/how-to-extract-multi-part-zip-files-using-php?noredirect=1&lq=1 – Clockwork Oct 05 '22 at 08:16

0 Answers0