Gzip and Bzip uncompress with PHP

462 Views Asked by At

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!

1

There are 1 best solutions below

0
On BEST ANSWER

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