Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php25 protected $ctrl_dir; variable in splitbrain\\PHPArchive\\Zip
286 $this->ctrl_dir = array();
384 $this->ctrl_dir[] = $this->makeCentralFileRecord(
446 $this->ctrl_dir[] = $this->makeCentralFileRecord(
477 $ctrldir = join('', $this->ctrl_dir);
485 count($this->ctrl_dir))); // total number of entries in the central directory on this disk
486 $this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central directory
492 $this->ctrl_dir = array();