public function SystemStreamWrapper::chmod in System stream wrapper 7
Base implementation of chmod().
Overrides DrupalLocalStreamWrapper::chmod
File
- ./
SystemStreamWrapper.inc, line 87
Class
- SystemStreamWrapper
- Drupal system stream wrapper abstract class.
Code
public function chmod($mode) {
return FALSE;
}