0

How to identify, with PHP, if a compress file has more than one file compressed?

I got it with ZIP compress, but I didn't with Gzip and Bzip.

Thanks!

Lenard
  • 3
  • 1

1 Answers1

2

Gzip and Bzip is used to compress a single file. Offen this fil is tar archive which can have more files in it.

ArvoX
  • 46
  • 3