Пример #1
0
 /**
  * @param string $mode
  * @return bool
  */
 public function chmod($mode)
 {
     return SPFs::chmod($this->_filename, $mode);
 }