Element index for package Archive
[ a ]
[ c ]
[ e ]
[ l ]
[ r ]
[ 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.
- 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
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
- extract
- in file Tar.php, method Archive_Tar::extract()
- 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
top
top
Documentation generated on Fri, 30 Apr 2004 22:11:47 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|