Lines Matching full:tar
6 * Class Tar
8 * Creates or extracts Tar archives. Supports gz and bzip compression
16 class Tar extends Archive class
51 * Open an existing TAR file for reading
62 if ($this->comptype == Tar::COMPRESS_AUTO) {
83 * Read the contents of a TAR archive
106 * Read the contents of a TAR archive and return each entry using yield
160 * Extract an existing TAR archive
163 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w…
255 * Create a new TAR file
257 * If $file is empty, the tar file will be created in memory
292 * Add a file to the current TAR archive using an existing file in the filesystem
359 * Add a file to the current TAR archive using the given $data as content
400 * @link http://www.gnu.org/software/tar/manual/html_chapter/tar_8.html#SEC134
624 * Decode the given tar file header
676 // Handle Long-Link entries from GNU Tar
765 * https://www.gnu.org/software/tar/manual/html_node/Extensions.html#Extensions
796 * https://www.gnu.org/software/tar/manual/html_node/Extensions.html#Extensions