API17

API17:JFTP::create

From Joomla! Documentation

Joomla 11.1 JFTP::create

Description

Method to create an empty file on the FTP server.


public function create ($path)
Parameter Type Default Description
$path string Path local file to store on the FTP server
  • Returns boolean True if successful
  • Defined on line 636 of libraries/joomla/client/ftp.php

See also


User contributed notes

Code Examples