Home
last modified time | relevance | path

Searched refs:mode (Results 76 – 76 of 76) sorted by path

1234

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php22 protected $mode = 0664; variable in splitbrain\\PHPArchive\\FileInfo
220 // default mode for directories
221 if ($isdir && $this->mode === 0664) {
222 $this->mode = 0775;
232 return $this->mode;
236 * @param int $mode
238 public function setMode($mode) argument
240 $this->mode = $mode;

1234