Element index for package Archive_Tar
[ a ]
[ c ]
[ e ]
[ l ]
[ s ]
[ t ]
[ _ ]
top
a
- add
- in file Tar.php, method Archive_Tar::add()
This method add the files / directories that are listed in $p_filelist in the archive. If the archive does not exist it is created.
- addModify
- in file Tar.php, method Archive_Tar::addModify()
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.
- addString
- in file Tar.php, method Archive_Tar::addString()
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
- in file Tar.php, method Archive_Tar::Archive_Tar()
Archive_Tar Class constructor. This flavour of the constructor only declare a new Archive_Tar object, identifying it by the name of the tar file.
- Archive_Tar
- in file Tar.php, class Archive_Tar
Creates a (compressed) Tar archive
- ARCHIVE_TAR_ATT_SEPARATOR
- in file Tar.php, constant ARCHIVE_TAR_ATT_SEPARATOR
- ARCHIVE_TAR_END_BLOCK
- in file Tar.php, constant ARCHIVE_TAR_END_BLOCK
top
c
- create
- in file Tar.php, method Archive_Tar::create()
This method creates the archive file and add the files / directories that are listed in $p_filelist.
- createModify
- in file Tar.php, method Archive_Tar::createModify()
This method creates the archive file and add the files / directories that are listed in $p_filelist.
top
e
- $error_object
- in file Tar.php, variable Archive_Tar::$error_object
- extract
- in file Tar.php, method Archive_Tar::extract()
- extractInString
- in file Tar.php, method Archive_Tar::extractInString()
This method extract from the archive one file identified by $p_filename.
- extractList
- in file Tar.php, method Archive_Tar::extractList()
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.
- extractModify
- in file Tar.php, method Archive_Tar::extractModify()
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.
top
top
s
- setAttribute
- in file Tar.php, method Archive_Tar::setAttribute()
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, ',');
- setIgnoreList
- in file Tar.php, method Archive_Tar::setIgnoreList()
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'));
- setIgnoreRegexp
- in file Tar.php, method Archive_Tar::setIgnoreRegexp()
This method sets the regular expression for ignoring files and directories at import, for example: $arch->setIgnoreRegexp("#CVS|\.svn#");
top
top
Documentation generated on Sat, 09 Feb 2013 12:00:02 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|
|