Gets the permissions of the specified file or filepath in their octal format.
Parameters
$file
stringrequired- Path to the file.
Source
public function getchmod( $file ) {
return '777';
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Gets the permissions of the specified file or filepath in their octal format.
$file
stringrequiredpublic function getchmod( $file ) {
return '777';
}
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.