API17:JFTP::create
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.
JFTP::create
Description
Method to create an empty file on the FTP server.
Description:JFTP::create [Edit Descripton]
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
-
JFTP::create source code on BitBucket
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::create
SeeAlso:JFTP::create [Edit See Also]
User contributed notes
<CodeExamplesForm />
