Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
Make and download zip file php
.
Show all posts
Showing posts with label
Make and download zip file php
.
Show all posts
Wednesday, December 5, 2012
Php make zip file
›
$zip = new ZipArchive(); $zipFileDir = "c:/src/"; $zipFileName = "test.zip"; $zip->open($zipFileDir.$zipFileName,...
›
Home
View web version