[Archive] element index

Package indexes

All elements
a c e l s t _
_
top
$_compress
$_compress_type
$_file
$_separator
$_tarname
$_temp_tarname
_addFile
_addList
_addString
_append
_Archive_Tar
_cleanFile
_close
_dirCheck
Check if a directory exists and create it (including parent dirs) if not.
_error
_extractList
_jumpBlock
_openAppend
_openRead
_openReadWrite
_openWrite
_readBlock
_readHeader
_readLongHeader
_translateWinPath
_warning
_writeBlock
_writeFooter
_writeHeader
_writeHeaderBlock
_writeLongHeader
a
top
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
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
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
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
Archive_Tar in Tar.php
Creates a (compressed) Tar archive
ARCHIVE_TAR_ATT_SEPARATOR
c
top
create
This method creates the archive file and add the files / directories that are listed in $p_filelist.
createModify
This method creates the archive file and add the files / directories that are listed in $p_filelist.
e
top
extract
extractInString
This method extract from the archive one file identified by $p_filename.
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
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.
l
top
listContent
s
top
setAttribute
This method set specific attributes of the archive. It uses a variable
t
top
Tar.php
Tar.php in Tar.php
a c e l s t _