Class ZipUtility

Description

Utility class containing methods to create a zip archive given a list of files, explode a given zip archive, and list the contents of a given zip archive.

Located in /cloudwords_api.php (line 1069)


	
			
Method Summary
void create_zip_archive ([ $files = array()], [ $destination = ''], [ $overwrite = false])
void get_zip_archive_files ([ $archive = ''])
void unzip_archive ([ $archive = ''], [ $destination = ''])
Methods
create_zip_archive (line 1071)
void create_zip_archive ([ $files = array()], [ $destination = ''], [ $overwrite = false])
  • $files
  • $destination
  • $overwrite
get_zip_archive_files (line 1102)
void get_zip_archive_files ([ $archive = ''])
  • $archive
unzip_archive (line 1114)
void unzip_archive ([ $archive = ''], [ $destination = ''])
  • $archive
  • $destination

Documentation generated on Wed, 03 Aug 2011 17:55:08 -0700 by phpDocumentor 1.4.3