0
Guys I’m compressing a photo folder from my website for backup, I use Ziparchive to do this. After the zip is created I close it with $zip->close();.
How do I make php give an echo so after the zip file is created?
0
Guys I’m compressing a photo folder from my website for backup, I use Ziparchive to do this. After the zip is created I close it with $zip->close();.
How do I make php give an echo so after the zip file is created?
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
after
$zip->close();
, have tried?– Miguel
good is what I’m trying, but I’m afraid echo will run with the file being ripped. for being a big file
– Hugo Borges
Don’t worry about it (
o echo
) only run after eating$zip->close();
– Miguel
blz, I just did the test here with a file of 1gb hahahah thank you guys so much.
– Hugo Borges
:) nothing. It takes a while
– Miguel