Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php115 while ($read = $this->readbytes(512)) {
168 while ($dat = $this->readbytes(512)) {
201 fwrite($fp, $this->readbytes(512), 512);
204 fwrite($fp, $this->readbytes(512), $header['size'] % 512);
439 protected function readbytes($length) function in splitbrain\\PHPArchive\\Tar
632 $filename = trim($this->readbytes(ceil($return['size'] / 512) * 512));
634 $block = $this->readbytes(512);