Archive
[ class tree: Archive ] [ index: Archive ] [ all elements ]

Index of all elements

[ a ] [ c ] [ e ] [ l ] [ ] [ t ]

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

l

listContent
in file Tar.php, method Archive_Tar::listContent()
top

t

Tar.php
procedural page Tar.php
top

_

_Archive_Tar
in file Tar.php, method Archive_Tar::_Archive_Tar()
top

Documentation generated on Sun, 16 May 2004 05:09:18 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.