PHP Class for unzipping ZIP file on Linux/Windows

In php unzipping a zip file is always different for  separate OS.

Though most php sites are running on Linux there are a few on Windows too. Here I have written a class to programmatically unzip a zip according to the OS Linux/Windows . My  class is OS independent, it automatically detects the server’s OS and processes the unzipping accordingly.

150 150 Burnignorance | Where Minds Meet And Sparks Fly!