in reply to how to extract files from '.zip' archive
Also, please verify that the example code is runnable before posting. The provided code does not close the double quotes on the last line, and has a syntax error on the following line due to an escaped single quote:
$zip->extractTree('E:\test\unzip\' );
|
|---|