core/xpdo/compression/pclzip.lib.php
Constants
Functions
PclZipUtilCopyBlock(
$p_src, $p_dest, $p_size, $p_mode
=
0
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_src | ||
| $p_dest | ||
| $p_size | ||
| $p_mode |
\PclZip
Package:
Properties
Methods

privAdd(
$p_filedescr_list, $p_result_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr_list | ||
| $p_result_list | ||
| $p_options |

privAddFile(
$p_filedescr, $p_header, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr | ||
| $p_header | ||
| $p_options |

privAddFileList(
$p_filedescr_list, $p_result_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr_list | ||
| $p_result_list | ||
| $p_options |

privAddFileUsingTempFile(
$p_filedescr, $p_header, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr | ||
| $p_header | ||
| $p_options |

privAddList(
$p_filedescr_list, $p_result_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr_list | ||
| $p_result_list | ||
| $p_options |

privCalculateStoredFilename(
$p_filedescr, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr | ||
| $p_options |

privCheckFileHeaders(
$p_local_header, $p_central_header
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_local_header | ||
| $p_central_header |

privConvertHeader2FileInfo(
$p_header, $p_info
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_header | ||
| $p_info |

privCreate(
$p_filedescr_list, $p_result_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr_list | ||
| $p_result_list | ||
| $p_options |

privDeleteByRule(
$p_result_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_result_list | ||
| $p_options |

privErrorLog(
$p_error_code
=
0, $p_error_string
=
''
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_error_code | ||
| $p_error_string |

privExtractByRule(
$p_file_list, $p_path, $p_remove_path, $p_remove_all_path, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_file_list | ||
| $p_path | ||
| $p_remove_path | ||
| $p_remove_all_path | ||
| $p_options |

privExtractFile(
$p_entry, $p_path, $p_remove_path, $p_remove_all_path, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_entry | ||
| $p_path | ||
| $p_remove_path | ||
| $p_remove_all_path | ||
| $p_options |

privExtractFileAsString(
$p_entry, $p_string, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_entry | ||
| $p_string | ||
| $p_options |

privExtractFileInOutput(
$p_entry, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_entry | ||
| $p_options |

privExtractFileUsingTempFile(
$p_entry, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_entry | ||
| $p_options |

privFileDescrExpand(
$p_filedescr_list, $p_options
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_filedescr_list | ||
| $p_options |

privFileDescrParseAtt(
$p_file_list, $p_filedescr, $v_options, $v_requested_options
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_file_list | ||
| $p_filedescr | ||
| $v_options | ||
| $v_requested_options |

privParseOptions(
$p_options_list, $p_size, $v_result_list, $v_requested_options
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_options_list | ||
| $p_size | ||
| $v_result_list | ||
| $v_requested_options |

privWriteCentralHeader(
$p_nb_entries, $p_size, $p_offset, $p_comment
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $p_nb_entries | ||
| $p_size | ||
| $p_offset | ||
| $p_comment |