/includes/pclzip.lib.php

Description
Classes
Class Description
PclZip
Constants
PCLZIP_ATT_FILE_NAME = 79001 (line 136)
PCLZIP_ATT_FILE_NEW_FULL_NAME = 79003 (line 138)
PCLZIP_ATT_FILE_NEW_SHORT_NAME = 79002 (line 137)
PCLZIP_CB_POST_ADD = 78004 (line 144)
PCLZIP_CB_POST_EXTRACT = 78002 (line 142)
PCLZIP_CB_PRE_ADD = 78003 (line 143)
PCLZIP_CB_PRE_EXTRACT = 78001 (line 141)
PCLZIP_ERROR_EXTERNAL = 0 (line 53)
PCLZIP_ERR_ALREADY_A_DIRECTORY = -17 (line 106)
PCLZIP_ERR_BAD_CHECKSUM = -13 (line 102)
PCLZIP_ERR_BAD_EXTENSION = -9 (line 98)
PCLZIP_ERR_BAD_EXTRACTED_FILE = -7 (line 96)
PCLZIP_ERR_BAD_FORMAT = -10 (line 99)
PCLZIP_ERR_DELETE_FILE_FAIL = -11 (line 100)
PCLZIP_ERR_DIRECTORY_RESTRICTION = -21 (line 110)
PCLZIP_ERR_DIR_CREATE_FAIL = -8 (line 97)
PCLZIP_ERR_FILENAME_TOO_LONG = -5 (line 94)
PCLZIP_ERR_INVALID_ARCHIVE_ZIP = -14 (line 103)
PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE = -20 (line 109)
PCLZIP_ERR_INVALID_OPTION_VALUE = -16 (line 105)
PCLZIP_ERR_INVALID_PARAMETER = -3 (line 92)
PCLZIP_ERR_INVALID_ZIP = -6 (line 95)
PCLZIP_ERR_MISSING_FILE = -4 (line 93)
PCLZIP_ERR_MISSING_OPTION_VALUE = -15 (line 104)
PCLZIP_ERR_NO_ERROR = 0 (line 89)
PCLZIP_ERR_READ_OPEN_FAIL = -2 (line 91)
PCLZIP_ERR_RENAME_FILE_FAIL = -12 (line 101)
PCLZIP_ERR_UNSUPPORTED_COMPRESSION = -18 (line 107)
PCLZIP_ERR_UNSUPPORTED_ENCRYPTION = -19 (line 108)
PCLZIP_ERR_USER_ABORTED = 2 (line 88)
PCLZIP_ERR_WRITE_OPEN_FAIL = -1 (line 90)
PCLZIP_OPT_ADD_COMMENT = 77013 (line 125)
PCLZIP_OPT_ADD_PATH = 77002 (line 114)
PCLZIP_OPT_BY_EREG = 77010 (line 122)
PCLZIP_OPT_BY_INDEX = 77009 (line 121)
PCLZIP_OPT_BY_NAME = 77008 (line 120)
PCLZIP_OPT_BY_PREG = 77011 (line 123)
PCLZIP_OPT_COMMENT = 77012 (line 124)
PCLZIP_OPT_EXTRACT_AS_STRING = 77006 (line 118)
PCLZIP_OPT_EXTRACT_DIR_RESTRICTION = 77019 (line 133)
PCLZIP_OPT_EXTRACT_IN_OUTPUT = 77015 (line 127)
PCLZIP_OPT_NO_COMPRESSION = 77007 (line 119)
PCLZIP_OPT_PATH = 77001 (line 113)
PCLZIP_OPT_PREPEND_COMMENT = 77014 (line 126)
PCLZIP_OPT_REMOVE_ALL_PATH = 77004 (line 116)
PCLZIP_OPT_REMOVE_PATH = 77003 (line 115)
PCLZIP_OPT_REPLACE_NEWER = 77016 (line 128)
PCLZIP_OPT_SET_CHMOD = 77005 (line 117)
PCLZIP_OPT_STOP_ON_ERROR = 77017 (line 129)
PCLZIP_READ_BLOCK_SIZE = 2048 (line 34)
PCLZIP_SEPARATOR = ',' (line 46)
PCLZIP_TEMPORARY_DIR = '' (line 64)
Functions
PclZipUtilCopyBlock (line 5595)
void PclZipUtilCopyBlock ( $p_src,  $p_dest,  $p_size, [ $p_mode = 0])
  • $p_src
  • $p_dest
  • $p_size
  • $p_mode
PclZipUtilOptionText (line 5702)
void PclZipUtilOptionText ( $p_option)
  • $p_option
PclZipUtilPathInclusion (line 5510)
void PclZipUtilPathInclusion ( $p_dir,  $p_path)
  • $p_dir
  • $p_path
PclZipUtilPathReduction (line 5426)
void PclZipUtilPathReduction ( $p_dir)
  • $p_dir
PclZipUtilRename (line 5667)
void PclZipUtilRename ( $p_src,  $p_dest)
  • $p_src
  • $p_dest
PclZipUtilTranslateWinPath (line 5736)
void PclZipUtilTranslateWinPath ( $p_path, [ $p_remove_disk_letter = true])
  • $p_path
  • $p_remove_disk_letter

Documentation generated on Wed, 28 Mar 2007 09:54:28 -0600 by phpDocumentor 1.3.1