AdmintoolsHelperDownload::chmod
Change the permissions of a file, optionally using FTP
Signature
private function chmod(string
$path,
int
$modeĀ )
Parameters
-
$path
- Absolute path to file
-
$mode
- Permissions, e.g. 0755
Returns
- boolean
- True on success