コード例 #1
0
ファイル: File.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Get the permissions of a file
  * @return int an octal value of the permissions. eg. 0755
  */
 public function getPermissions()
 {
     return $this->fs->getPermissions($this);
 }