API17

API17:JFTP::chmod

From Joomla! Documentation

Joomla 11.1 JFTP::chmod

Description

Method to change mode for a path on the FTP server.


public function chmod (
        $path
        $mode
)
Parameter Type Default Description
$path string Path to change mode on
$mode string/int Octal value to change mode to, e.g. '0777', 0777 or 511
  • Returns boolean True if successful
  • Defined on line 514 of libraries/joomla/client/ftp.php

See also


User contributed notes

Code Examples