Lines Matching full:zip
6 * Class Zip
8 * Creates or extracts Zip archives
16 class Zip extends Archive class
31 * Compression Type is ignored for ZIP
37 * @param int $type Type of compression to use ignored for ZIP
49 * Open an existing ZIP file for reading
65 * Read the contents of a ZIP archive
87 * Read the contents of a ZIP archive and return each entry using yield
113 * Extract an existing ZIP archive
264 * Create a new ZIP file
266 * If $file is empty, the zip file will be created in memory
290 * Add a file to the current ZIP archive using an existing file in the filesystem
400 * Add a file to the current Zip archive using the given $data as content
490 $this->writebytes(pack('v', 0)); // .ZIP file comment length
538 * This key-value list contains general information about the ZIP file
632 …* This header precedes each individual file inside the zip file. Assumes the current file pointer …