maxmathan Posted January 10, 2008 Share Posted January 10, 2008 hi, In php,I Need to create ZIp file with password protect. I created like below. $zip = new ZipArchive; $filename = 'hello.zip'; $res = $zip->open($filename, ZipArchive::CREATE); How to set "passowrdprotect" for hello.zip in PHP code itself? Link to comment https://forums.phpfreaks.com/topic/85348-need-to-create-zip-file-with-password-protect/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.