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.