Example #1
0
 /**
  * Set the permissions of a file
  * @param int an octal value of the permissions. eg. 0755
  */
 public function setPermissions($permissions)
 {
     return $this->fs->setPermissions($this, $permissions);
 }