API17:JFTP::read
From Joomla! Documentation
JFTP::read
Description
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
JFTP::read source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::read
User contributed notes
Code Examples