JFTP::read
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFTP::read[edit]
Description[edit]
Method to read a file from the FTP server's contents into a buffer.
public function read (
$remote
&$buffer
)
Parameter | Type | Default | Description |
---|---|---|---|
$remote | string | Path to remote file to read on the FTP server | |
&$buffer | string | $buffer Buffer variable to read file contents into |
- Returns boolean True if successful
- Defined on line 687 of libraries/joomla/client/ftp.php
See also[edit]
JFTP::read source code on BitBucket
Class JFTP
Subpackage Client
- Other versions of JFTP::read
User contributed notes[edit]
Code Examples[edit]