Lines Matching full:archive
5 abstract class Archive class
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO);
26 * Open an existing archive file for reading
34 * Read the contents of an archive
36 …* This function lists the files stored in the archive, and returns an indexed array of FileInfo ob…
38 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
46 * Extract an existing archive
49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
54 …* By default this will extract all files found in the archive. You can restrict the output using t…
60 …* The archive is closed afterwards. Reopen the file with open() again if you want to do additional…
72 * Create a new archive file
74 * If $file is empty, the archive file will be created in memory
81 * Add a file to the current archive using an existing file in the filesystem
84 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…
90 * Add a file to the current archive using the given $data as content
92 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…
99 * Close the archive, close all file handles
101 * After a call to this function no more data can be added to the archive, for
107 * Returns the created in-memory archive data
109 * This implicitly calls close() on the Archive
114 * Save the created in-memory archive data