XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($p_zipname) | |
create ($p_filelist, $p_params=0) | |
add ($p_filelist, $p_params=0) | |
listContent () | |
extract ($p_params=0) | |
delete ($p_params) | |
properties () | |
duplicate ($p_archive) | |
merge ($p_archive_to_add) | |
errorCode () | |
errorName ($p_with_code=false) | |
errorInfo ($p_full=false) | |
_checkFormat ($p_level=0) | |
_create ($p_list, &$p_result_list, &$p_params) | |
_add ($p_list, &$p_result_list, &$p_params) | |
_openFd ($p_mode) | |
_closeFd () | |
_addList ($p_list, &$p_result_list, $p_add_dir, $p_remove_dir, $p_remove_all_dir, &$p_params) | |
_addFileList ($p_list, &$p_result_list, $p_add_dir, $p_remove_dir, $p_remove_all_dir, &$p_params) | |
_addFile ($p_filename, &$p_header, $p_add_dir, $p_remove_dir, $p_remove_all_dir, &$p_params) | |
_writeFileHeader (&$p_header) | |
_writeCentralFileHeader (&$p_header) | |
_writeCentralHeader ($p_nb_entries, $p_size, $p_offset, $p_comment) | |
_list (&$p_list) | |
_convertHeader2FileInfo ($p_header, &$p_info) | |
_extractByRule (&$p_file_list, &$p_params) | |
_extractFile (&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_params) | |
_extractFileAsString (&$p_entry, &$p_string) | |
_readFileHeader (&$p_header) | |
_readCentralFileHeader (&$p_header) | |
_readEndCentralDir (&$p_central_dir) | |
_deleteByRule (&$p_result_list, &$p_params) | |
_dirCheck ($p_dir, $p_is_dir=false) | |
_merge (&$p_archive_to_add) | |
_duplicate ($p_archive_filename) | |
_check_parameters (&$p_params, $p_default) | |
_errorLog ($p_error_code=0, $p_error_string='') | |
_errorReset () | |
_tool_PathReduction ($p_dir) | |
_tool_PathInclusion ($p_dir, $p_path) | |
_tool_CopyBlock ($p_src, $p_dest, $p_size, $p_mode=0) | |
_tool_Rename ($p_src, $p_dest) | |
_tool_TranslateWinPath ($p_path, $p_remove_disk_letter=true) | |
Data Fields | |
$_zipname ='' | |
$_zip_fd =0 | |
$_error_code =1 | |
$_error_string ='' | |
Definition at line 102 of file Archive_Zip.php.
__construct | ( | $p_zipname | ) |
Archive_Zip Class constructor. This flavour of the constructor only declare a new Archive_Zip object, identifying it by the name of the zip file.
string | $p_zipname | The name of the zip archive to create @access public |
Definition at line 137 of file Archive_Zip.php.
_add | ( | $p_list, | |
& | $p_result_list, | ||
& | $p_params ) |
Archive_Zip::_add()
{ Description }
$p_list | |
$p_result_list | |
$p_params |
Definition at line 857 of file Archive_Zip.php.
_addFile | ( | $p_filename, | |
& | $p_header, | ||
$p_add_dir, | |||
$p_remove_dir, | |||
$p_remove_all_dir, | |||
& | $p_params ) |
Archive_Zip::_addFile()
{ Description }
$p_filename | |
$p_header | |
$p_add_dir | |
$p_remove_dir | |
$p_remove_all_dir | |
$p_params |
Definition at line 1278 of file Archive_Zip.php.
_addFileList | ( | $p_list, | |
& | $p_result_list, | ||
$p_add_dir, | |||
$p_remove_dir, | |||
$p_remove_all_dir, | |||
& | $p_params ) |
Archive_Zip::_addFileList()
{ Description }
$p_list | |
$p_result_list | |
$p_add_dir | |
$p_remove_dir | |
$p_remove_all_dir | |
$p_params |
Definition at line 1169 of file Archive_Zip.php.
_addList | ( | $p_list, | |
& | $p_result_list, | ||
$p_add_dir, | |||
$p_remove_dir, | |||
$p_remove_all_dir, | |||
& | $p_params ) |
Archive_Zip::_addList()
{ Description }
$p_list | |
$p_result_list | |
$p_add_dir | |
$p_remove_dir | |
$p_remove_all_dir | |
$p_params |
Definition at line 1093 of file Archive_Zip.php.
_check_parameters | ( | & | $p_params, |
$p_default ) |
Archive_Zip::_check_parameters()
{ Description }
$p_params | |
$p_default |
Definition at line 3221 of file Archive_Zip.php.
_checkFormat | ( | $p_level = 0 | ) |
Archive_Zip::_checkFormat()
{ Description }
int | $p_level |
Definition at line 764 of file Archive_Zip.php.
_closeFd | ( | ) |
_convertHeader2FileInfo | ( | $p_header, | |
& | $p_info ) |
Archive_Zip::_convertHeader2FileInfo()
{ Description }
$p_header | |
$p_info |
Definition at line 1725 of file Archive_Zip.php.
_create | ( | $p_list, | |
& | $p_result_list, | ||
& | $p_params ) |
Archive_Zip::_create()
{ Description }
$p_list | |
$p_result_list | |
$p_params |
Definition at line 816 of file Archive_Zip.php.
_deleteByRule | ( | & | $p_result_list, |
& | $p_params ) |
Archive_Zip::_deleteByRule()
{ Description }
$p_result_list | |
$p_params |
Definition at line 2641 of file Archive_Zip.php.
_dirCheck | ( | $p_dir, | |
$p_is_dir = false ) |
Archive_Zip::_dirCheck()
{ Description }
[type] | $p_is_dir | |
bool | $p_is_dir |
Definition at line 2929 of file Archive_Zip.php.
_duplicate | ( | $p_archive_filename | ) |
Archive_Zip::_duplicate()
{ Description }
$p_archive_filename |
Definition at line 3161 of file Archive_Zip.php.
_errorLog | ( | $p_error_code = 0, | |
$p_error_string = '' ) |
Archive_Zip::_errorLog()
{ Description }
int | $p_error_code | |
string | $p_error_string |
Definition at line 3283 of file Archive_Zip.php.
_errorReset | ( | ) |
_extractByRule | ( | & | $p_file_list, |
& | $p_params ) |
Archive_Zip::_extractByRule()
{ Description }
$p_file_list | |
$p_params |
Fix PHP7
Definition at line 1769 of file Archive_Zip.php.
_extractFile | ( | & | $p_entry, |
$p_path, | |||
$p_remove_path, | |||
$p_remove_all_path, | |||
& | $p_params ) |
Archive_Zip::_extractFile()
{ Description }
$p_entry | |
$p_path | |
$p_remove_path | |
$p_remove_all_path | |
$p_params |
Definition at line 2000 of file Archive_Zip.php.
_extractFileAsString | ( | & | $p_entry, |
& | $p_string ) |
Archive_Zip::_extractFileAsString()
{ Description }
$p_entry | |
$p_string |
Definition at line 2237 of file Archive_Zip.php.
_list | ( | & | $p_list | ) |
Archive_Zip::_list()
{ Description }
$p_list |
Definition at line 1649 of file Archive_Zip.php.
_merge | ( | & | $p_archive_to_add | ) |
Archive_Zip::_merge()
{ Description }
$p_archive_to_add |
Definition at line 2982 of file Archive_Zip.php.
_openFd | ( | $p_mode | ) |
Archive_Zip::_openFd()
{ Description }
$p_mode |
Definition at line 1019 of file Archive_Zip.php.
_readCentralFileHeader | ( | & | $p_header | ) |
Archive_Zip::_readCentralFileHeader()
{ Description }
$p_header |
Definition at line 2398 of file Archive_Zip.php.
_readEndCentralDir | ( | & | $p_central_dir | ) |
Archive_Zip::_readEndCentralDir()
{ Description }
$p_central_dir |
Definition at line 2505 of file Archive_Zip.php.
_readFileHeader | ( | & | $p_header | ) |
Archive_Zip::_readFileHeader()
{ Description }
$p_header |
Definition at line 2295 of file Archive_Zip.php.
_tool_CopyBlock | ( | $p_src, | |
$p_dest, | |||
$p_size, | |||
$p_mode = 0 ) |
_tool_CopyBlock()
{ Description }
$p_src | ||
$p_dest | ||
$p_size | ||
int | $p_mode |
Definition at line 3459 of file Archive_Zip.php.
_tool_PathInclusion | ( | $p_dir, | |
$p_path ) |
_tool_PathInclusion()
{ Description }
$p_dir | |
$p_path |
Definition at line 3376 of file Archive_Zip.php.
_tool_PathReduction | ( | $p_dir | ) |
_tool_PathReduction()
{ Description }
$p_dir |
Definition at line 3321 of file Archive_Zip.php.
_tool_Rename | ( | $p_src, | |
$p_dest ) |
_tool_Rename()
{ Description }
$p_src | |
$p_dest |
Definition at line 3522 of file Archive_Zip.php.
_tool_TranslateWinPath | ( | $p_path, | |
$p_remove_disk_letter = true ) |
_tool_TranslateWinPath()
{ Description }
[type] | $p_remove_disk_letter | |
bool | $p_remove_disk_letter |
Definition at line 3562 of file Archive_Zip.php.
_writeCentralFileHeader | ( | & | $p_header | ) |
Archive_Zip::_writeCentralFileHeader()
{ Description }
$p_header |
Definition at line 1560 of file Archive_Zip.php.
_writeCentralHeader | ( | $p_nb_entries, | |
$p_size, | |||
$p_offset, | |||
$p_comment ) |
Archive_Zip::_writeCentralHeader()
{ Description }
$p_nb_entries | |
$p_size | |
$p_offset | |
$p_comment |
Definition at line 1616 of file Archive_Zip.php.
_writeFileHeader | ( | & | $p_header | ) |
Archive_Zip::_writeFileHeader()
{ Description }
$p_header |
Definition at line 1508 of file Archive_Zip.php.
add | ( | $p_filelist, | |
$p_params = 0 ) |
This method add files or directory in an existing Zip Archive. If the Zip Archive does not exist it is created. The files and directories to add are indicated in $p_filelist. When a directory is in the list, the directory and its content is added in the archive. The methods takes a variable list of parameters in $p_params. The supported parameters for this method are : 'add_path' : Add a path to the archived files. 'remove_path' : Remove the specified 'root' path of the archived files. 'remove_all_path' : Remove all the path of the archived files. 'no_compression' : The archived files will not be compressed. 'callback_pre_add' : A callback function that will be called before each entry archiving. 'callback_post_add' : A callback function that will be called after each entry archiving.
@access public
mixed | $p_filelist | The list of the files or folders to add. It can be a string with filenames separated by a comma, or an array of filenames. |
mixed | $p_params | An array of variable parameters and values. |
Definition at line 255 of file Archive_Zip.php.
create | ( | $p_filelist, | |
$p_params = 0 ) |
This method creates a Zip Archive with the filename set with the constructor. The files and directories indicated in $p_filelist are added in the archive. When a directory is in the list, the directory and its content is added in the archive. The methods takes a variable list of parameters in $p_params. The supported parameters for this method are : 'add_path' : Add a path to the archived files. 'remove_path' : Remove the specified 'root' path of the archived files. 'remove_all_path' : Remove all the path of the archived files. 'no_compression' : The archived files will not be compressed.
@access public
mixed | $p_filelist | The list of the files or folders to add. It can be a string with filenames separated by a comma, or an array of filenames. |
mixed | $p_params | An array of variable parameters and values. |
Definition at line 181 of file Archive_Zip.php.
delete | ( | $p_params | ) |
This methods delete archive entries in the zip archive. Notice that at least one filtering rule (set by the variable parameter list) must be set. Also notice that if you delete a folder entry, only the folder entry is deleted, not all the files bellonging to this folder. The supported variable parameters for this method are : 'by_name' : It can be a string with file/dir names separated by ',', or an array of file/dir names to delete from the archive. 'by_index' : A string with range of indexes separated by ',', (sample "1,3-5,12"). 'by_ereg' : A regular expression (ereg) that must match the extracted filename. 'by_preg' : A regular expression (preg) that must match the extracted filename.
@access public
mixed | $p_params | An array of variable parameters and values. |
Definition at line 475 of file Archive_Zip.php.
duplicate | ( | $p_archive | ) |
This method creates an archive by copying the content of an other one. If the archive already exist, it is replaced by the new one without any warning.
@access public
mixed | $p_archive | It can be a valid Archive_Zip object or the filename of a valid zip archive. |
Definition at line 584 of file Archive_Zip.php.
errorCode | ( | ) |
Method that gives the lastest error code.
@access public
Definition at line 675 of file Archive_Zip.php.
errorInfo | ( | $p_full = false | ) |
This method returns the description associated with the latest error.
@access public
bool | $p_full | If set to true gives the description with the error code, the name and the description. If set to false gives only the description and the error code. |
Definition at line 725 of file Archive_Zip.php.
errorName | ( | $p_with_code = false | ) |
This method gives the latest error code name.
@access public
bool | $p_with_code | If true, gives the name and the int value. |
Definition at line 689 of file Archive_Zip.php.
extract | ( | $p_params = 0 | ) |
This method extract the files and folders which are in the zip archive. It can extract all the archive or a part of the archive by using filter feature (extract by name, by index, by ereg, by preg). The extraction can occur in the current path or an other path. All the advanced features are activated by the use of variable parameters. The return value is an array of entry descriptions which gives information on extracted files (See listContent()). The method may return a success value (an array) even if some files are not correctly extracted (see the file status in listContent()). The supported variable parameters for this method are : 'add_path' : Path where the files and directories are to be extracted 'remove_path' : First part ('root' part) of the memorized path (if similar) to remove while extracting. 'remove_all_path' : Remove all the memorized path while extracting. 'extract_as_string' : 'set_chmod' : After the extraction of the file the indicated mode will be set. 'by_name' : It can be a string with file/dir names separated by ',', or an array of file/dir names to extract from the archive. 'by_index' : A string with range of indexes separated by ',', (sample "1,3-5,12"). 'by_ereg' : A regular expression (ereg) that must match the extracted filename. 'by_preg' : A regular expression (preg) that must match the extracted filename. 'callback_pre_extract' : A callback function that will be called before each entry extraction. 'callback_post_extract' : A callback function that will be called after each entry extraction.
@access public
mixed | $p_params | An array of variable parameters and values. |
Definition at line 410 of file Archive_Zip.php.
listContent | ( | ) |
This method gives the names and properties of the files and directories which are present in the zip archive. The properties of each entries in the list are : filename : Name of the file. For create() or add() it's the filename given by the user. For an extract() it's the filename of the extracted file. stored_filename : Name of the file / directory stored in the archive. size : Size of the stored file. compressed_size : Size of the file's data compressed in the archive (without the zip headers overhead) mtime : Last known modification date of the file (UNIX timestamp) comment : Comment associated with the file folder : true | false (indicates if the entry is a folder) index : index of the file in the archive (-1 when not available) status : status of the action on the entry (depending of the action) : Values are : ok : OK ! filtered : the file/dir was not extracted (filtered by user) already_a_directory : the file can't be extracted because a directory with the same name already exists write_protected : the file can't be extracted because a file with the same name already exists and is write protected newer_exist : the file was not extracted because a newer file already exists path_creation_fail : the file is not extracted because the folder does not exists and can't be created write_error : the file was not extracted because there was a error while writing the file read_error : the file was not extracted because there was a error while reading the file invalid_header : the file was not extracted because of an archive format error (bad file header) Note that each time a method can continue operating when there is an error on a single file, the error is only logged in the file status.
@access public
Definition at line 353 of file Archive_Zip.php.
merge | ( | $p_archive_to_add | ) |
This method merge a valid zip archive at the end of the archive identified by the Archive_Zip object. If the archive ($this) does not exist, the merge becomes a duplicate. If the archive to add does not exist, the merge is a success.
@access public
mixed | $p_archive_to_add | It can be a valid Archive_Zip object or the filename of a valid zip archive. |
Definition at line 631 of file Archive_Zip.php.
properties | ( | ) |
This method gives the global properties of the archive. The properties are : nb : Number of files in the archive comment : Comment associated with the archive file status : not_exist, ok
@access public
Definition at line 529 of file Archive_Zip.php.
$_error_code =1 |
Definition at line 121 of file Archive_Zip.php.
$_error_string ='' |
Definition at line 126 of file Archive_Zip.php.
$_zip_fd =0 |
Definition at line 116 of file Archive_Zip.php.
$_zipname ='' |
Definition at line 109 of file Archive_Zip.php.