1 filetransfer.inc | FileTransferChmodInterface::chmodJailed($path, $mode, $recursive) |
Changes the permissions of the file / directory specified in $path
Parameters
string $path: Path to change permissions of.
int $mode: The new file permission mode to be passed to chmod().
boolean $recursive: Pass TRUE to recursively chmod the entire directory specified in $path.
File
- core/
includes/ filetransfer/ filetransfer.inc, line 522 - Base FileTransfer class.
Class
- FileTransferChmodInterface
- A FileTransfer Class implementing this interface can be used to chmod files.
Code
function chmodJailed($path, $mode, $recursive);