Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
H A DZip.php48 var $centralDirectory = null; variable in File_Archive_Reader_Zip
61 $this->centralDirectory = null;
127 if ($this->centralDirectory === null) {
130 $centralDirEntry = $this->centralDirectory[count($this->files)];
473 $this->centralDirectory = array();
484 $this->centralDirectory[] = array('CRC' => $header['CRC'],