Now I have obtained the .gz file of the project through the url
I want to process the contents of the decompressed compressed file
Now I know a way, which is to use php to call the Linux system command tar to decompress and then process the data
I would like to ask friends who have dealt with it before. It can be handled by php function!
This is my first contact, please give me some advice!
php original sound support, the following is from SO
Generally,
php
installation comes with the expansion package oftar
. This is the decompression function oftar
in my project, for reference only