Home
last modified time | relevance | path

Searched refs:ctrl_dir (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php29 protected $ctrl_dir; variable in splitbrain\\PHPArchive\\Zip
292 $this->ctrl_dir = array();
390 $this->ctrl_dir[] = $this->makeCentralFileRecord(
452 $this->ctrl_dir[] = $this->makeCentralFileRecord(
483 $ctrldir = join('', $this->ctrl_dir);
491 … count($this->ctrl_dir))); // total number of entries in the central directory on this disk
492 …$this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central di…
498 $this->ctrl_dir = array();