Creating Zip Files with PHP - Windows says the files are empty

前端 未结 0 799
挽巷
挽巷 2021-01-19 18:45

I am creating a zip file in PHP using the following:

$zipfilename = "/myzip.zip";
$mp3path = "/path/to/mp3-files/";
echobr($zipfilename);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题