Zip::$zip

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Archiver/Zip.php \Drupal\Core\Archiver\Zip::zip
  2. 10 core/lib/Drupal/Core/Archiver/Zip.php \Drupal\Core\Archiver\Zip::zip
  3. 11.x core/lib/Drupal/Core/Archiver/Zip.php \Drupal\Core\Archiver\Zip::zip

The underlying ZipArchive instance that does the heavy lifting.

Type: \ZipArchive

File

core/lib/Drupal/Core/Archiver/Zip.php, line 17

Class

Zip
Defines an archiver implementation for .zip files.

Namespace

Drupal\Core\Archiver

Code

protected $zip;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.