Search for all
Title | Object type | File name | Summary |
---|---|---|---|
archiver_get_extensions | function | includes/ |
Returns a string of supported archive extensions. |
archiver_get_info | function | includes/ |
Retrieves a list of all available archivers. |
Archive_Tar | class | modules/ |
|
Archive_Tar::$buffer_length | property | modules/ |
|
Archive_Tar::$error_object | property | modules/ |
|
Archive_Tar::$_compress | property | modules/ |
|
Archive_Tar::$_compress_type | property | modules/ |
|
Archive_Tar::$_file | property | modules/ |
|
Archive_Tar::$_fmt | property | modules/ |
Format for data extraction |
Archive_Tar::$_ignore_regexp | property | modules/ |
|
Archive_Tar::$_separator | property | modules/ |
|
Archive_Tar::$_tarname | property | modules/ |
|
Archive_Tar::$_temp_tarname | property | modules/ |
|
Archive_Tar::add | function | modules/ |
This method add the files / directories that are listed in $p_filelist in the archive. If the archive does not exist it is created. The method return false and a PEAR error text. The files and directories listed are only added at the end of the… |
Archive_Tar::addModify | function | modules/ |
This method add the files / directories listed in $p_filelist at the end of the existing archive. If the archive does not yet exists it is created. The $p_filelist parameter can be an array of string, each string representing a filename or a directory… |
Archive_Tar::addString | function | modules/ |
This method add a single string as a file at the end of the existing archive. If the archive does not yet exists it is created. |
Archive_Tar::create | function | modules/ |
This method creates the archive file and add the files / directories that are listed in $p_filelist. If a file with the same name exist and is writable, it is replaced by the new tar. The method return false and a PEAR error text. The $p_filelist… |
Archive_Tar::createModify | function | modules/ |
This method creates the archive file and add the files / directories that are listed in $p_filelist. If the file already exists and is writable, it is replaced by the new tar. It is a create and not an add. If the file exists and is read-only or is a… |
Archive_Tar::extract | function | modules/ |
|
Archive_Tar::extractInString | function | modules/ |
This method extract from the archive one file identified by $p_filename. The return value is a string with the file content, or NULL on error. |
Archive_Tar::extractList | function | modules/ |
This method extract from the archive only the files indicated in the $p_filelist. These files are extracted in the current directory or in the directory indicated by the optional $p_path parameter. If indicated the $p_remove_path can be used in the… |
Archive_Tar::extractModify | function | modules/ |
This method extract all the content of the archive in the directory indicated by $p_path. When relevant the memorized path of the files/dir can be modified by removing the $p_remove_path path at the beginning of the file/dir path. While extracting a… |
Archive_Tar::listContent | function | modules/ |
|
Archive_Tar::loadExtension | function | modules/ |
OS independent PHP extension load. Remember to take care on the correct extension name for case sensitive OSes. |
Archive_Tar::setAttribute | function | modules/ |
This method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ','); |
Archive_Tar::setIgnoreList | function | modules/ |
This method sets the regular expression for ignoring all files and directories matching the filenames in the array list at import, for example: $arch->setIgnoreList(array('CVS', '.svn', 'bin/tool')); |
Archive_Tar::setIgnoreRegexp | function | modules/ |
This method sets the regular expression for ignoring files and directories at import, for example: $arch->setIgnoreRegexp("#CVS|\.svn#"); |
Archive_Tar::_addFile | function | modules/ |
|
Archive_Tar::_addList | function | modules/ |
|
Archive_Tar::_addString | function | modules/ |
|
Archive_Tar::_append | function | modules/ |
|
Archive_Tar::_cleanFile | function | modules/ |
|
Archive_Tar::_close | function | modules/ |
|
Archive_Tar::_dirCheck | function | modules/ |
Check if a directory exists and create it (including parent dirs) if not. |
Archive_Tar::_error | function | modules/ |
|
Archive_Tar::_extractInString | function | modules/ |
This method extract from the archive one file identified by $p_filename. The return value is a string with the file content, or null on error. |
Archive_Tar::_extractList | function | modules/ |
|
Archive_Tar::_isArchive | function | modules/ |
|
Archive_Tar::_isMaliciousFilename | function | modules/ |
Detect and report a malicious file name |
Archive_Tar::_jumpBlock | function | modules/ |
|
Archive_Tar::_openAppend | function | modules/ |
|
Archive_Tar::_openRead | function | modules/ |
|
Archive_Tar::_openReadWrite | function | modules/ |
|
Archive_Tar::_openWrite | function | modules/ |
|
Archive_Tar::_pathReduction | function | modules/ |
Compress path by changing for example "/dir/foo/../bar" to "/dir/bar", rand emove double slashes. |
Archive_Tar::_readBlock | function | modules/ |
|
Archive_Tar::_readHeader | function | modules/ |
|
Archive_Tar::_readLongHeader | function | modules/ |
|
Archive_Tar::_tarRecToSize | function | modules/ |
Convert Tar record size to actual size |
Archive_Tar::_translateWinPath | function | modules/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.