How can I unzip a .gz file with PHP?

后端 未结 6 1016
南旧
南旧 2020-12-14 11:06

I\'m using CodeIgniter and I can\'t figure out how to unzip files!

6条回答
  •  温柔的废话
    2020-12-14 11:25

    Download the Unzip library and include or autoload the unzip library

    $this->load->library('unzip');
    

提交回复
热议问题