ILIAS
eassessment Revision 61809
|
Go to the source code of this file.
Data Structures | |
class | PclZip |
Functions | |
PclZipUtilPathReduction ($p_dir) | |
PclZipUtilPathInclusion ($p_dir, $p_path) | |
PclZipUtilCopyBlock ($p_src, $p_dest, $p_size, $p_mode=0) | |
PclZipUtilRename ($p_src, $p_dest) | |
PclZipUtilOptionText ($p_option) | |
PclZipUtilTranslateWinPath ($p_path, $p_remove_disk_letter=true) |
PclZipUtilCopyBlock | ( | $p_src, | |
$p_dest, | |||
$p_size, | |||
$p_mode = 0 |
|||
) |
Definition at line 5554 of file pclzip.lib.php.
Referenced by PclZip\privDeleteByRule().
PclZipUtilOptionText | ( | $p_option | ) |
Definition at line 5646 of file pclzip.lib.php.
PclZipUtilPathInclusion | ( | $p_dir, | |
$p_path | |||
) |
Definition at line 5477 of file pclzip.lib.php.
References PclZipUtilTranslateWinPath().
PclZipUtilPathReduction | ( | $p_dir | ) |
Definition at line 5396 of file pclzip.lib.php.
PclZipUtilRename | ( | $p_src, | |
$p_dest | |||
) |
Definition at line 5616 of file pclzip.lib.php.
Referenced by PclZip\privDeleteByRule().
PclZipUtilTranslateWinPath | ( | $p_path, | |
$p_remove_disk_letter = true |
|||
) |
Definition at line 5677 of file pclzip.lib.php.
Referenced by PclZipUtilPathInclusion().
if (!defined('PCLZIP_READ_BLOCK_SIZE')) if (!defined('PCLZIP_SEPARATOR')) if (!defined('PCLZIP_ERROR_EXTERNAL')) if (!defined('PCLZIP_TEMPORARY_DIR')) if (!defined('PCLZIP_TEMPORARY_FILE_RATIO')) $g_pclzip_version = "2.8.2" |
Definition at line 86 of file pclzip.lib.php.
const PCLZIP_ATT_FILE_COMMENT = 79006 |
Definition at line 162 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_ATT_FILE_CONTENT = 79005 |
Definition at line 161 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_ATT_FILE_MTIME = 79004 |
Definition at line 160 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_ATT_FILE_NAME = 79001 |
Definition at line 157 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_ATT_FILE_NEW_FULL_NAME = 79003 |
Definition at line 159 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_ATT_FILE_NEW_SHORT_NAME = 79002 |
Definition at line 158 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_CB_POST_ADD = 78004 |
Definition at line 168 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_CB_POST_EXTRACT = 78002 |
Definition at line 166 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_CB_PRE_ADD = 78003 |
Definition at line 167 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_CB_PRE_EXTRACT = 78001 |
Definition at line 165 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_ERR_ALREADY_A_DIRECTORY = -17 |
Definition at line 121 of file pclzip.lib.php.
const PCLZIP_ERR_BAD_CHECKSUM = -13 |
Definition at line 117 of file pclzip.lib.php.
const PCLZIP_ERR_BAD_EXTENSION = -9 |
Definition at line 113 of file pclzip.lib.php.
const PCLZIP_ERR_BAD_EXTRACTED_FILE = -7 |
Definition at line 111 of file pclzip.lib.php.
const PCLZIP_ERR_BAD_FORMAT = -10 |
Definition at line 114 of file pclzip.lib.php.
const PCLZIP_ERR_DELETE_FILE_FAIL = -11 |
Definition at line 115 of file pclzip.lib.php.
const PCLZIP_ERR_DIR_CREATE_FAIL = -8 |
Definition at line 112 of file pclzip.lib.php.
Referenced by PclZip\privDirCheck().
const PCLZIP_ERR_DIRECTORY_RESTRICTION = -21 |
Definition at line 125 of file pclzip.lib.php.
const PCLZIP_ERR_FILENAME_TOO_LONG = -5 |
Definition at line 109 of file pclzip.lib.php.
const PCLZIP_ERR_INVALID_ARCHIVE_ZIP = -14 |
Definition at line 118 of file pclzip.lib.php.
Referenced by PclZip\privDeleteByRule().
const PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE = -20 |
Definition at line 124 of file pclzip.lib.php.
const PCLZIP_ERR_INVALID_OPTION_VALUE = -16 |
Definition at line 120 of file pclzip.lib.php.
const PCLZIP_ERR_INVALID_PARAMETER = -3 |
Definition at line 107 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_ERR_INVALID_ZIP = -6 |
Definition at line 110 of file pclzip.lib.php.
const PCLZIP_ERR_MISSING_FILE = -4 |
Definition at line 108 of file pclzip.lib.php.
const PCLZIP_ERR_MISSING_OPTION_VALUE = -15 |
Definition at line 119 of file pclzip.lib.php.
const PCLZIP_ERR_NO_ERROR = 0 |
Definition at line 104 of file pclzip.lib.php.
const PCLZIP_ERR_READ_OPEN_FAIL = -2 |
Definition at line 106 of file pclzip.lib.php.
Referenced by PclZip\privMerge(), and PclZip\properties().
const PCLZIP_ERR_RENAME_FILE_FAIL = -12 |
Definition at line 116 of file pclzip.lib.php.
const PCLZIP_ERR_UNSUPPORTED_COMPRESSION = -18 |
Definition at line 122 of file pclzip.lib.php.
const PCLZIP_ERR_UNSUPPORTED_ENCRYPTION = -19 |
Definition at line 123 of file pclzip.lib.php.
const PCLZIP_ERR_USER_ABORTED = 2 |
Definition at line 103 of file pclzip.lib.php.
const PCLZIP_ERR_WRITE_OPEN_FAIL = -1 |
Definition at line 105 of file pclzip.lib.php.
const PCLZIP_OPT_ADD_COMMENT = 77013 |
Definition at line 140 of file pclzip.lib.php.
Referenced by PclZip\add().
const PCLZIP_OPT_ADD_PATH = 77002 |
Definition at line 129 of file pclzip.lib.php.
Referenced by PclZip\add(), PHPExcel_Shared_ZipArchive\addFromString(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_ADD_TEMP_FILE_OFF = 77022 |
Definition at line 154 of file pclzip.lib.php.
const PCLZIP_OPT_ADD_TEMP_FILE_ON = 77021 |
Definition at line 152 of file pclzip.lib.php.
const PCLZIP_OPT_ADD_TEMP_FILE_THRESHOLD = 77020 |
Definition at line 150 of file pclzip.lib.php.
const PCLZIP_OPT_BY_EREG = 77010 |
Definition at line 137 of file pclzip.lib.php.
Referenced by PclZip\delete(), and PclZip\extract().
const PCLZIP_OPT_BY_INDEX = 77009 |
Definition at line 136 of file pclzip.lib.php.
Referenced by PclZip\delete(), PclZip\deleteByIndex(), PclZip\extract(), PclZip\extractByIndex(), and PclZip\privDeleteByRule().
const PCLZIP_OPT_BY_NAME = 77008 |
Definition at line 135 of file pclzip.lib.php.
Referenced by PclZip\delete(), PclZip\extract(), and PclZip\privDeleteByRule().
const PCLZIP_OPT_BY_PREG = 77011 |
Definition at line 138 of file pclzip.lib.php.
Referenced by PclZip\delete(), PclZip\extract(), and PclZip\privDeleteByRule().
const PCLZIP_OPT_COMMENT = 77012 |
Definition at line 139 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), and PclZip\privDeleteByRule().
const PCLZIP_OPT_EXTRACT_AS_STRING = 77006 |
Definition at line 133 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_EXTRACT_DIR_RESTRICTION = 77019 |
Definition at line 148 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_EXTRACT_IN_OUTPUT = 77015 |
Definition at line 142 of file pclzip.lib.php.
Referenced by PclZip\extract().
const PCLZIP_OPT_NO_COMPRESSION = 77007 |
Definition at line 134 of file pclzip.lib.php.
Referenced by PclZip\add(), and PclZip\create().
const PCLZIP_OPT_PATH = 77001 |
Definition at line 128 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_PREPEND_COMMENT = 77014 |
Definition at line 141 of file pclzip.lib.php.
Referenced by PclZip\add().
const PCLZIP_OPT_REMOVE_ALL_PATH = 77004 |
Definition at line 131 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_REMOVE_PATH = 77003 |
Definition at line 130 of file pclzip.lib.php.
Referenced by PclZip\add(), PHPExcel_Shared_ZipArchive\addFromString(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_REPLACE_NEWER = 77016 |
Definition at line 143 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_SET_CHMOD = 77005 |
Definition at line 132 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_STOP_ON_ERROR = 77017 |
Definition at line 144 of file pclzip.lib.php.
Referenced by PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_TEMP_FILE_OFF = 77022 |
Definition at line 153 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_TEMP_FILE_ON = 77021 |
Definition at line 151 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().
const PCLZIP_OPT_TEMP_FILE_THRESHOLD = 77020 |
Definition at line 149 of file pclzip.lib.php.
Referenced by PclZip\add(), PclZip\create(), PclZip\extract(), and PclZip\extractByIndex().