API17:JFilesystemHelper::ftpChmod
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JFilesystemHelper::ftpChmod ($url, $mode) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
mixed | mixed | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/filesystem/helper.php | + | libraries/joomla/filesystem/helper.php (line 123) |
| + | * see source code in [[jplatform:filesystem/helper.php#cl-123|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JStream | + | * [[JStream::chmod/11.1|JStream::chmod]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 20:31, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFilesystemHelper::ftpChmod
Description
Quick FTP chmod.
Description:JFilesystemHelper::ftpChmod [Edit Descripton]
Since
Synopsis
public JFilesystemHelper::ftpChmod ($url, $mode)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | TODO Add text | |
| $mode | int | The new permissions, given as an octal value. |
Returns
mixed
Defined in
libraries/joomla/filesystem/helper.php (line 123)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JFilesystemHelper::ftpChmod
Examples
<CodeExamplesForm />
