his->innerWriter->writeData( $this->central. "\x50\x4b\x05\x06\x00\x00\x00\x00". pack("vvVVv", $this->nbFiles,$this->nbFiles, strlen($this->central),$this->offset, strlen($this->comment)). $this->comment ); } /** * @see File_Archive_Writer::getMime() */ function getMime() { return "application/zip"; } } ?>
