Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php121 $this->skipbytes(ceil($header['size'] / 512) * 512);
181 $this->skipbytes(ceil($header['size'] / 512) * 512);
211 $this->skipbytes(ceil($header['size'] / 512) * 512); // the size is usually 0 for directories
482 protected function skipbytes($bytes) function in splitbrain\\PHPArchive\\Tar