Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_core_Debug
  • icms_core_Object
  • icms_core_ObjectHandler
  • icms_core_OnlineHandler
  • icms_file_ZipFileHandler
  • icms_image_set_Handler
  • Overview
  • Package
  • Class

Class icms_file_ZipFileHandler

Zip file creation class. Makes zip files. package::i.tools

php-downloader v1.0 - www.ipunkt.biz

Based on : http://www.zend.com/codex.php?id=535&single=1 By Eric Mueller eric@themepark.com http://www.zend.com/codex.php?id=470&single=1 by Denis125 webmaster@atlant.ru a patch from Peter Listiak mlady@users.sourceforge.net for last modified date and time of the compressed file

Official ZIP file format: http://www.pkware.com/appnote.txt

Package: Core
Category: ICMS
Copyright: (c) 2002 - www.ipunkt.biz (rok)
License: GNU General Public License (GPL)
Located at file/ZipFileHandler.php
Methods summary
public
# addFile( string $data, string $name, integer $time = 0 )

Adds "file" to archive

Adds "file" to archive

Parameters

$data
contents
$name
of the file in the archive (may contains the path)
$time
current timestamp
public string
# file( )

Dumps out file

Dumps out file

Returns

string
the zipped file
API documentation generated by ApiGen