API17:JFilesystemHelper::ftpChmod
From Joomla! Documentation
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 />
