Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php325 $this->writebytes($this->makeLocalFileHeader(
362 $this->writebytes($c_block);
364 $this->writebytes($block);
429 $this->writebytes($this->makeLocalFileHeader(
441 $this->writebytes($data);
478 $this->writebytes($ctrldir);
481 $this->writebytes("\x50\x4b\x05\x06"); // end of central dir signature
482 $this->writebytes(pack('v', 0)); // number of this disk
483 $this->writebytes(pack('v', 0)); // number of the disk with the start of the central directory
484 $this->writebytes(pac
790 protected function writebytes($data) global() function in splitbrain\\PHPArchive\\Zip
[all...]
H A DTar.php302 $this->writebytes($packed);
339 $this->writebytes(pack("a512", substr($data, $s, 512)));
367 $this->writebytes(pack("a512", ""));
368 $this->writebytes(pack("a512", ""));
457 protected function writebytes($data) function in splitbrain\\PHPArchive\\Tar
542 $this->writebytes(pack("a512", substr($name, $s, 512)));
570 $this->writebytes($data_first);
573 $this->writebytes($chks.$data_last);