phpcodeigniterunzip

How can I unzip a .gz file with PHP?


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


Solution

  • Download the Unzip library and include or autoload the unzip library

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