Searched refs:readbytes (Results 1 – 1 of 1) sorted by relevance
120 while ($read = $this->readbytes(512)) {156 return $this->readbytes($length);198 while ($dat = $this->readbytes(512)) {231 fwrite($fp, $this->readbytes(512), 512);234 fwrite($fp, $this->readbytes(512), $header['size'] % 512);483 protected function readbytes($length) function in splitbrain\\PHPArchive\\Tar679 $filename = trim($this->readbytes(ceil($return['size'] / 512) * 512));681 $block = $this->readbytes(512);