(PHP 7 >= 7.2.0, PHP 8)
ftp_append — Append the contents of a file to another file on the FTP server
ftp_append( FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY ): bool
This function is currently not documented; only its argument list is available.
ftpAn FTP\Connection instance.
remote_filenamelocal_filenamemode| Version | Description |
|---|---|
| 8.1.0 | The ftp parameter expects an FTP\Connection instance now; previously, a resource was expected. |
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ftp-append.php