(PHP 7 >= 7.2.0, PHP 8)
ftp_append — Append the contents of a file to another file on the FTP server
$ftp
,$remote_filename
,$local_filename
,$mode
= FTP_BINARY
This function is currently not documented; only its argument list is available.
ftp
An FTP\Connection instance.
remote_filename
local_filename
mode
Version | Description |
---|---|
8.1.0 |
The ftp parameter expects an FTP\Connection
instance now; previously, a resource was expected.
|