JPath::setPermissions/1.5

From Joomla! Documentation
< JPath::setPermissions
Revision as of 20:15, 25 April 2011 by Doxiki2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Joomla 1.5 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 Joomla 1.5
  • Referenced by

See also

SeeAlso:JPath::setPermissions [Edit See Also]

User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox