JPath::setPermissions/1.5
From Joomla! Documentation
JPath::setPermissions
Description
Chmods files and directories recursivly to given permissions.
Description:JPath::setPermissions [Edit Descripton]
public function setPermissions ( $path $filemode= '0644' $foldermode= '0755' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Root path to begin changing mode [without trailing slash] | |
| $filemode | string | '0644' | Octal representation of the value to change file mode to [null = no change] |
| $foldermode | string | '0755' | Octal representation of the value to change folder mode to [null = no change] |
- Returns boolean True if successful [one fail means the whole operation failed]
- Defined on line 70 of libraries/joomla/filesystem/path.php
- Since
- Referenced by
See also
-
JPath::setPermissions on api.joomla.org
-
JPath source code on JoomlaCode
-
Class JPath
-
Subpackage Filesystem
- Other versions of JPath::setPermissions
SeeAlso:JPath::setPermissions [Edit See Also]
User contributed notes
<CodeExamplesForm />