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!

4

1 に答える 1

2

Gzip と Bzip は、単一のファイルを圧縮するために使用されます。このファイルは tar アーカイブであり、さらに多くのファイルを含めることができます。

于 2011-01-24T14:33:37.467 に答える