Lines Matching full:to
19 * @param int $level Compression level (0 to 9)
20 * @param int $type Type of compression to use (use COMPRESS_* constants)
39 * Reopen the file with open() again if you want to do additional operations
48 … * The $strip parameter allows you to strip a certain number of path components from the filenames
49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
52 * the prefix will be stripped. It is recommended to give prefixes with a trailing slash.
60 …* The archive is closed afterwards. Reopen the file with open() again if you want to do additional…
63 * @param int|string $strip either the number of path components or a fixed prefix to strip
64 * @param string $exclude a regular expression of files to exclude
65 * @param string $include a regular expression of files to include
81 * Add a file to the current archive using an existing file in the filesystem
83 * @param string $file path to the original file
84 …ing|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta…
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…
93 * @param string $data binary content of the file to add
101 * After a call to this function no more data can be added to the archive, for
116 * Note: It is more memory effective to specify the filename in the create() function and
124 * Set a callback function to be called whenever a file is added or extracted.
126 * The callback is called with a FileInfo object as parameter. You can use this to show progress