API17

API17:JFTP::read

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples