check if compaction with php zip is finished

0

I am compiling a photo folder from my site for backup, I use ZipArchive to do this. After the zip is created I close it with $ zip-> close ();

How do I give php an echo only after the zip file has been created?

    
asked by anonymous 20.06.2016 / 20:52

0 answers