API17

API17:JFilesystemHelper::ftpChmod

From Joomla! Documentation

Joomla 11.1 JFilesystemHelper::ftpChmod

Description

Quick FTP chmod.


public function 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 on line 123 of libraries/joomla/filesystem/helper.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples