Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dinit_creationmodes.test.php90 $dperm = fileperms($this->dir) - 0x4000;
91 $fperm = fileperms($this->file) - 0x8000;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php79 $file->setMode(fileperms($path));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2802 public function fileperms($path) function in phpseclib3\\Net\\SFTP