Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php78 $file->setIsdir(is_dir($path));
218 public function setIsdir($isdir) function in splitbrain\\PHPArchive\\FileInfo
H A DTar.php660 $fileinfo->setIsdir((bool) $header['typeflag']);
H A DZip.php716 $fileinfo->setIsdir($header['external'] == 0x41FF0010 || $header['external'] == 16);