/** * @param string $mode * @return bool */ public function chmod($mode) { return SPFs::chmod($this->_filename, $mode); }