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

Index of all elements

[ a ] [ b ] [ c ] [ e ] [ g ] [ ] [ s ] [ 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.
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, 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

b

$buffer_length
in file Tar.php, variable Archive_Tar::$buffer_length
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

g

gzopen
in file Tar.php, function gzopen()
gzseek
in file Tar.php, function gzseek()
gztell
in file Tar.php, function gztell()
top

l

listContent
in file Tar.php, method Archive_Tar::listContent()
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

t

Tar.php
procedural page Tar.php
top

_

$_compress
in file Tar.php, variable Archive_Tar::$_compress
$_compress_type
in file Tar.php, variable Archive_Tar::$_compress_type
$_file
in file Tar.php, variable Archive_Tar::$_file
$_fmt
in file Tar.php, variable Archive_Tar::$_fmt
    Format for data extraction
$_ignore_regexp
in file Tar.php, variable Archive_Tar::$_ignore_regexp
$_separator
in file Tar.php, variable Archive_Tar::$_separator
$_tarname
in file Tar.php, variable Archive_Tar::$_tarname
$_temp_tarname
in file Tar.php, variable Archive_Tar::$_temp_tarname
_addFile
in file Tar.php, method Archive_Tar::_addFile()
_addList
in file Tar.php, method Archive_Tar::_addList()
_addString
in file Tar.php, method Archive_Tar::_addString()
_append
in file Tar.php, method Archive_Tar::_append()
_cleanFile
in file Tar.php, method Archive_Tar::_cleanFile()
_close
in file Tar.php, method Archive_Tar::_close()
_dirCheck
in file Tar.php, method Archive_Tar::_dirCheck()
    Check if a directory exists and create it (including parent dirs) if not.
_error
in file Tar.php, method Archive_Tar::_error()
_extractList
in file Tar.php, method Archive_Tar::_extractList()
_isArchive
in file Tar.php, method Archive_Tar::_isArchive()
_jumpBlock
in file Tar.php, method Archive_Tar::_jumpBlock()
_openAppend
in file Tar.php, method Archive_Tar::_openAppend()
_openRead
in file Tar.php, method Archive_Tar::_openRead()
_openReadWrite
in file Tar.php, method Archive_Tar::_openReadWrite()
_openWrite
in file Tar.php, method Archive_Tar::_openWrite()
_readBlock
in file Tar.php, method Archive_Tar::_readBlock()
_readHeader
in file Tar.php, method Archive_Tar::_readHeader()
_readLongHeader
in file Tar.php, method Archive_Tar::_readLongHeader()
_translateWinPath
in file Tar.php, method Archive_Tar::_translateWinPath()
_warning
in file Tar.php, method Archive_Tar::_warning()
_writeBlock
in file Tar.php, method Archive_Tar::_writeBlock()
_writeFooter
in file Tar.php, method Archive_Tar::_writeFooter()
_writeHeader
in file Tar.php, method Archive_Tar::_writeHeader()
_writeHeaderBlock
in file Tar.php, method Archive_Tar::_writeHeaderBlock()
_writeLongHeader
in file Tar.php, method Archive_Tar::_writeLongHeader()
__construct
in file Tar.php, method Archive_Tar::__construct()
    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.
__destruct
in file Tar.php, method Archive_Tar::__destruct()
top

Documentation generated on Wed, 04 Dec 2019 07:14:06 -0500 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.