Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ z ]
top
top
c
- $comment
- in file Gzip.php, variable File_Archive_Writer_Gzip::$comment
- $compressionLevel
- in file Bzip2.php, variable File_Archive_Writer_Bzip2::$compressionLevel
- $compressionLevel
- in file Gzip.php, variable File_Archive_Writer_Gzip::$compressionLevel
- $currentFilename
- in file Zip.php, variable File_Archive_Reader_Zip::$currentFilename
- $currentStat
- in file Zip.php, variable File_Archive_Reader_Zip::$currentStat
- clear
- in file Memory.php, method File_Archive_Writer_Memory::clear()
Clear the buffer
- close
- in file Multi.php, method File_Archive_Writer_Multi::close()
- close
- in file Multi.php, method File_Archive_Reader_Multi::close()
- close
- in file Tar.php, method File_Archive_Writer_Tar::close()
- close
- in file Zip.php, method File_Archive_Reader_Zip::close()
- close
- in file Writer.php, method File_Archive_Writer::close()
Close the writer, eventually flush the data, write the footer...
- close
- in file Uncompress.php, method File_Archive_Reader_Uncompress::close()
- close
- in file Tar.php, method File_Archive_Reader_Tar::close()
- close
- in file Reader.php, method File_Archive_Reader::close()
Put back the reader in the state it was before the first call
- close
- in file Gzip.php, method File_Archive_Reader_Gzip::close()
- close
- in file Memory.php, method File_Archive_Reader_Memory::close()
- close
- in file Bzip2.php, method File_Archive_Reader_Bzip2::close()
- close
- in file Bzip2.php, method File_Archive_Writer_Bzip2::close()
Actually write the tmp file to the inner writer Close and delete temporary file
- close
- in file File.php, method File_Archive_Reader_File::close()
- close
- in file Directory.php, method File_Archive_Reader_Directory::close()
- close
- in file Gzip.php, method File_Archive_Writer_Gzip::close()
Actually write the tmp file to the inner writer Close and delete temporary file
- close
- in file Mail.php, method File_Archive_Writer_Mail::close()
- close
- in file Files.php, method File_Archive_Writer_Files::close()
- Custom.php
- procedural page Custom.php
- ChangeName.php
- procedural page ChangeName.php
- Concat.php
- procedural page Concat.php
top
top
top
f
- $filename
- in file Tar.php, variable File_Archive_Writer_Tar::$filename
- File_Archive
- in file Archive.php, class File_Archive
Factory to access the most common File_Archive features
- False.php
- procedural page False.php
- File.php
- procedural page File.php
- Filter.php
- procedural page Filter.php
- Files.php
- procedural page Files.php
- File_Archive_Predicate_TARCompatible
- in file Tar.php, class File_Archive_Predicate_TARCompatible
- File_Archive_Reader
- in file Reader.php, class File_Archive_Reader
Abstract base class for all the readers
- File_Archive_Reader_Bzip2
- in file Bzip2.php, class File_Archive_Reader_Bzip2
Uncompress a file that was compressed in the Bzip2 format
- File_Archive_Reader_Directory
- in file Directory.php, class File_Archive_Reader_Directory
Recursively reads a directory
- File_Archive_Reader_Directory
- in file Directory.php, method File_Archive_Reader_Directory::File_Archive_Reader_Directory()
$directory is the path of the directory that must be read If $maxRecurs is specified, the subdirectories will be read up to a depth of $maxRecurs. In particular, if $maxRecurs == 0, the subdirectories won't be read.
- File_Archive_Reader_File
- in file File.php, method File_Archive_Reader_File::File_Archive_Reader_File()
$filename is the physical file to read
- File_Archive_Reader_File
- in file File.php, class File_Archive_Reader_File
Reader that represents a single file
- File_Archive_Reader_GetMime
- in file MimeList.php, function File_Archive_Reader_GetMime()
Returns the MIME of the filename, deducted from its extension
- File_Archive_Reader_Gzip
- in file Gzip.php, class File_Archive_Reader_Gzip
Uncompress a file that was compressed in the Gzip format
- File_Archive_Reader_Memory
- in file Memory.php, method File_Archive_Reader_Memory::File_Archive_Reader_Memory()
- File_Archive_Reader_Memory
- in file Memory.php, class File_Archive_Reader_Memory
A reader that takes its input from a memory buffer
- File_Archive_Reader_Multi
- in file Multi.php, class File_Archive_Reader_Multi
Regroups several readers to make them appear as a single one
- File_Archive_Reader_Multi
- in file Multi.php, method File_Archive_Reader_Multi::File_Archive_Reader_Multi()
- File_Archive_Reader_Tar
- in file Tar.php, class File_Archive_Reader_Tar
Read a tar archive
- File_Archive_Reader_Uncompress
- in file Uncompress.php, class File_Archive_Reader_Uncompress
Recursively uncompress every file it finds
- File_Archive_Reader_Uncompress
- in file Uncompress.php, method File_Archive_Reader_Uncompress::File_Archive_Reader_Uncompress()
- File_Archive_Reader_Zip
- in file Zip.php, class File_Archive_Reader_Zip
ZIP archive reader
- File_Archive_Writer
- in file Writer.php, class File_Archive_Writer
Base class for any writer
- File_Archive_Writer_Bzip2
- in file Bzip2.php, class File_Archive_Writer_Bzip2
Compress a single file to Bzip2 format
- File_Archive_Writer_Files
- in file Files.php, method File_Archive_Writer_Files::File_Archive_Writer_Files()
- File_Archive_Writer_Files
- in file Files.php, class File_Archive_Writer_Files
Writer to files
- File_Archive_Writer_Gzip
- in file Gzip.php, class File_Archive_Writer_Gzip
Compress a single file to Gzip format
- File_Archive_Writer_Mail
- in file Mail.php, class File_Archive_Writer_Mail
Send the files attached to a mail.
- File_Archive_Writer_Mail
- in file Mail.php, method File_Archive_Writer_Mail::File_Archive_Writer_Mail()
- File_Archive_Writer_Memory
- in file Memory.php, class File_Archive_Writer_Memory
Write the concatenation of the files in a buffer
- File_Archive_Writer_Memory
- in file Memory.php, method File_Archive_Writer_Memory::File_Archive_Writer_Memory()
- File_Archive_Writer_Multi
- in file Multi.php, class File_Archive_Writer_Multi
Write to several writers
- File_Archive_Writer_Multi
- in file Multi.php, method File_Archive_Writer_Multi::File_Archive_Writer_Multi()
- File_Archive_Writer_Output
- in file Output.php, method File_Archive_Writer_Output::File_Archive_Writer_Output()
- File_Archive_Writer_Output
- in file Output.php, class File_Archive_Writer_Output
Writer to the standard output
- File_Archive_Writer_Tar
- in file Tar.php, class File_Archive_Writer_Tar
Write the files as a TAR archive
- File_Archive_Writer_Zip
- in file Zip.php, method File_Archive_Writer_Zip::File_Archive_Writer_Zip()
- File_Archive_Writer_Zip
- in file Zip.php, class File_Archive_Writer_Zip
ZIP archive writer
- filter
- in file Archive.php, method File_Archive::filter()
Removes from a source the files that do not follow a given predicat
- flush
- in file Tar.php, method File_Archive_Writer_Tar::flush()
top
g
- $gzfile
- in file Gzip.php, variable File_Archive_Writer_Gzip::$gzfile
- $gzfile
- in file Gzip.php, variable File_Archive_Reader_Gzip::$gzfile
- Gzip.php
- procedural page Gzip.php
- Gzip.php
- procedural page Gzip.php
- getData
- in file Tar.php, method File_Archive_Reader_Tar::getData()
- getData
- in file Memory.php, method File_Archive_Reader_Memory::getData()
- getData
- in file Zip.php, method File_Archive_Reader_Zip::getData()
- getData
- in file Reader.php, method File_Archive_Reader::getData()
Reads some data from the current file
- getData
- in file Memory.php, method File_Archive_Writer_Memory::getData()
Retrieve the concatenated data The value is returned by reference for performance problems, but you should not manually modify it
- getData
- in file Bzip2.php, method File_Archive_Reader_Bzip2::getData()
- getData
- in file Gzip.php, method File_Archive_Reader_Gzip::getData()
- getData
- in file File.php, method File_Archive_Reader_File::getData()
- getDataFilename
- in file File.php, method File_Archive_Reader_File::getDataFilename()
- getDataFilename
- in file Reader.php, method File_Archive_Reader::getDataFilename()
If the current file of the archive is a physical file,
- getFilename
- in file Reader.php, method File_Archive_Reader::getFilename()
Returns the name of the file currently read by the reader
- getFilename
- in file Tar.php, method File_Archive_Reader_Tar::getFilename()
- getFilename
- in file Bzip2.php, method File_Archive_Reader_Bzip2::getFilename()
Return the name of the single file contained in the archive deduced from the name of the archive (the extension is removed)
- getFilename
- in file File.php, method File_Archive_Reader_File::getFilename()
- getFilename
- in file Directory.php, method File_Archive_Reader_Directory::getFilename()
- getFilename
- in file Gzip.php, method File_Archive_Reader_Gzip::getFilename()
Return the name of the single file contained in the archive deduced from the name of the archive (the extension is removed)
- getFilename
- in file Zip.php, method File_Archive_Reader_Zip::getFilename()
- getFilename
- in file Memory.php, method File_Archive_Reader_Memory::getFilename()
- getMime
- in file Tar.php, method File_Archive_Writer_Tar::getMime()
- getMime
- in file Zip.php, method File_Archive_Writer_Zip::getMime()
- getMime
- in file Memory.php, method File_Archive_Reader_Memory::getMime()
- getMime
- in file File.php, method File_Archive_Reader_File::getMime()
- getMime
- in file Reader.php, method File_Archive_Reader::getMime()
Returns the MIME associated with the current file
- getStandardURL
- in file Reader.php, method File_Archive_Reader::getStandardURL()
Returns the standard path
- getStat
- in file Zip.php, method File_Archive_Reader_Zip::getStat()
- getStat
- in file File.php, method File_Archive_Reader_File::getStat()
- getStat
- in file Memory.php, method File_Archive_Reader_Memory::getStat()
- getStat
- in file Reader.php, method File_Archive_Reader::getStat()
Returns an array of statistics about the file (see the PHP stat function for more information)
- getStat
- in file Tar.php, method File_Archive_Reader_Tar::getStat()
top
top
top
top
n
- $nbFiles
- in file Gzip.php, variable File_Archive_Writer_Gzip::$nbFiles
- $nbFiles
- in file Bzip2.php, variable File_Archive_Writer_Bzip2::$nbFiles
- Not.php
- procedural page Not.php
- newFile
- in file Multi.php, method File_Archive_Writer_Multi::newFile()
- newFile
- in file Output.php, method File_Archive_Writer_Output::newFile()
- newFile
- in file Writer.php, method File_Archive_Writer::newFile()
Create a new file in the writer
- newFile
- in file Tar.php, method File_Archive_Writer_Tar::newFile()
- newFile
- in file Mail.php, method File_Archive_Writer_Mail::newFile()
- newFile
- in file Memory.php, method File_Archive_Writer_Memory::newFile()
- newFile
- in file Bzip2.php, method File_Archive_Writer_Bzip2::newFile()
- newFile
- in file Gzip.php, method File_Archive_Writer_Gzip::newFile()
- newFile
- in file Files.php, method File_Archive_Writer_Files::newFile()
- next
- in file Bzip2.php, method File_Archive_Reader_Bzip2::next()
- next
- in file Uncompress.php, method File_Archive_Reader_Uncompress::next()
- next
- in file Zip.php, method File_Archive_Reader_Zip::next()
Go to next file entry in ZIP archive
- next
- in file Tar.php, method File_Archive_Reader_Tar::next()
- next
- in file Directory.php, method File_Archive_Reader_Directory::next()
- next
- in file Memory.php, method File_Archive_Reader_Memory::next()
The subclass should overwrite this function to change the filename, stat
- next
- in file Multi.php, method File_Archive_Reader_Multi::next()
- next
- in file File.php, method File_Archive_Reader_File::next()
- next
- in file Reader.php, method File_Archive_Reader::next()
Move to the next file in the reader
- next
- in file Gzip.php, method File_Archive_Reader_Gzip::next()
- nextWithFolders
- in file Zip.php, method File_Archive_Reader_Zip::nextWithFolders()
Go to next entry in ZIP archive This function may stop on a folder, so it does not comply to the File_Archive_Reader::next specs
top
top
p
- Predicate.php
- procedural page Predicate.php
- predAnd
- in file Archive.php, method File_Archive::predAnd()
Predicate that evaluates to the logical AND of the parameters You can add other predicates thanks to the File_Archive_Predicate_And::addPredicate() function
- predCustom
- in file Archive.php, method File_Archive::predCustom()
Custom predicate built by supplying a string expression
- predEreg
- in file Archive.php, method File_Archive::predEreg()
Evaluates to true iif the name of the file follow a given regular expression
- predEregi
- in file Archive.php, method File_Archive::predEregi()
Evaluates to true iif the name of the file follow a given regular expression (case insensitive version)
- predExtension
- in file Archive.php, method File_Archive::predExtension()
Evaluates to true iif the extension of the file is in a given list
- predFalse
- in file Archive.php, method File_Archive::predFalse()
Predicate that always evaluate to false
- predMaxDepth
- in file Archive.php, method File_Archive::predMaxDepth()
Evaluates to true iif the file has less that a given number of directories in its path
- predMIME
- in file Archive.php, method File_Archive::predMIME()
Evaluates to true iif the MIME type of the file is in a given list
- predMinSize
- in file Archive.php, method File_Archive::predMinSize()
Evaluates to true iif the file is larger than a given size
- predMinTime
- in file Archive.php, method File_Archive::predMinTime()
Evaluates to true iif the file has been modified after a given time
- predNot
- in file Archive.php, method File_Archive::predNot()
Negate a predicate
- predOr
- in file Archive.php, method File_Archive::predOr()
Predicate that evaluates to the logical OR of the parameters You can add other predicates thanks to the File_Archive_Predicate_Or::addPredicate() function
- predTrue
- in file Archive.php, method File_Archive::predTrue()
Predicate that always evaluate to true
top
r
- Relay.php
- procedural page Relay.php
- Reader.php
- procedural page Reader.php
- read
- in file Archive.php, method File_Archive::read()
- readConcat
- in file Archive.php, method File_Archive::readConcat()
Make the files of a source appear as one large file whose content is the concatenation of the content of all the files
- readMemory
- in file Archive.php, method File_Archive::readMemory()
Contains only one file with data read from a memory buffer
- readMulti
- in file Archive.php, method File_Archive::readMulti()
Contains several other sources. Take care the sources don't have several files with the same filename. The sources are given as a parameter, or can be added thanks to the reader addSource method
- readSource
- in file Archive.php, method File_Archive::readSource()
Create a reader to read the URL $URL.
- registerStream
- in file Archive.php, method File_Archive::registerStream()
Register a stream that allows an interface between File_Archive and PHP streams
top
s
- $stat
- in file Memory.php, variable File_Archive_Writer_Memory::$stat
- $stats
- in file Tar.php, variable File_Archive_Writer_Tar::$stats
- Select.php
- procedural page Select.php
- select
- in file Uncompress.php, method File_Archive_Reader_Uncompress::select()
- select
- in file Reader.php, method File_Archive_Reader::select()
Move to the next file whose name is in directory $filename or is exactly $filename
- sendData
- in file Reader.php, method File_Archive_Reader::sendData()
Sends the current file to the Writer $writer
- sendFooter
- in file Zip.php, method File_Archive_Writer_Zip::sendFooter()
- setBaseDir
- in file Uncompress.php, method File_Archive_Reader_Uncompress::setBaseDir()
Efficiently filter out the files which URL does not start with $baseDir
- setComment
- in file Zip.php, method File_Archive_Writer_Zip::setComment()
Set a comment on the ZIP file
- setCompressionLevel
- in file Gzip.php, method File_Archive_Writer_Gzip::setCompressionLevel()
Set the compression level
- setCompressionLevel
- in file Bzip2.php, method File_Archive_Writer_Bzip2::setCompressionLevel()
Set the compression level
- setCompressionLevel
- in file Zip.php, method File_Archive_Writer_Zip::setCompressionLevel()
Change the level of the compression. This may be done between two files
- setHTMLBody
- in file Mail.php, method File_Archive_Writer_Mail::setHTMLBody()
- skip
- in file Zip.php, method File_Archive_Reader_Zip::skip()
- skip
- in file Reader.php, method File_Archive_Reader::skip()
Skip some data and returns how many bytes have been skipped
- skip
- in file File.php, method File_Archive_Reader_File::skip()
- skip
- in file Memory.php, method File_Archive_Reader_Memory::skip()
- skip
- in file Tar.php, method File_Archive_Reader_Tar::skip()
top
t
- $tmpName
- in file Gzip.php, variable File_Archive_Writer_Gzip::$tmpName
- $tmpName
- in file Bzip2.php, variable File_Archive_Reader_Bzip2::$tmpName
- $tmpName
- in file Bzip2.php, variable File_Archive_Writer_Bzip2::$tmpName
- $tmpName
- in file Gzip.php, variable File_Archive_Reader_Gzip::$tmpName
- True.php
- procedural page True.php
- Tar.php
- procedural page Tar.php
- Tar.php
- procedural page Tar.php
- toArchive
- in file Archive.php, method File_Archive::toArchive()
Compress the data to a tar, gz, tar/gz or zip format
- toFiles
- in file Archive.php, method File_Archive::toFiles()
Write the files on the hard drive
- toMail
- in file Archive.php, method File_Archive::toMail()
Send the files as a mail attachment
- toMemory
- in file Archive.php, method File_Archive::toMemory()
Send the content of the files to a memory buffer
- toMulti
- in file Archive.php, method File_Archive::toMulti()
Duplicate the writing operation on two writers
- toOutput
- in file Archive.php, method File_Archive::toOutput()
Send the content of the files to the standard output (so to the client for a website)
- toVariable
- in file Archive.php, method File_Archive::toVariable()
top
top
w
- Writer.php
- procedural page Writer.php
- writeData
- in file Bzip2.php, method File_Archive_Writer_Bzip2::writeData()
- writeData
- in file Output.php, method File_Archive_Writer_Output::writeData()
- writeData
- in file Tar.php, method File_Archive_Writer_Tar::writeData()
- writeData
- in file Writer.php, method File_Archive_Writer::writeData()
Append the specified data to the writer
- writeData
- in file Multi.php, method File_Archive_Writer_Multi::writeData()
- writeData
- in file Gzip.php, method File_Archive_Writer_Gzip::writeData()
- writeData
- in file Memory.php, method File_Archive_Writer_Memory::writeData()
- writeData
- in file Mail.php, method File_Archive_Writer_Mail::writeData()
- writeData
- in file Files.php, method File_Archive_Writer_Files::writeData()
- writeFile
- in file Writer.php, method File_Archive_Writer::writeFile()
Append the content of the physical file $filename to the writer writeFile($filename) must be equivalent to writeData(file_get_contents($filename)) but can be more efficient
- writeFile
- in file Multi.php, method File_Archive_Writer_Multi::writeFile()
- writeFile
- in file Output.php, method File_Archive_Writer_Output::writeFile()
- writeFile
- in file Tar.php, method File_Archive_Writer_Tar::writeFile()
top
top
Documentation generated on Mon, 11 Mar 2019 14:21:14 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|