Home
last modified time | relevance | path

Searched refs:extract (Results 26 – 28 of 28) sorted by path

12

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php347 $extract = true;
349 $extract = false;
352 $extract = false;
355 return $extract;
H A DTar.php138 * By default this will extract all files found in the archive. You can restrict the output using the $include
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Tar
192 // extract data
H A DZip.php121 * By default this will extract all files found in the archive. You can restrict the output using the $include
134 public function extract($outdir, $strip = '', $exclude = '', $include = '') function in splitbrain\\PHPArchive\\Zip
917 $header .= pack('v', 20); // version needed to extract - 2.0
963 $header .= pack('v', 20); // version needed to extract - 2.0

12