php8.5
Home/ Manual/ ftp / functions/ ftp_append

ftp_append

PHP function Edit on GitHub ✎

(PHP 7 >= 7.2.0, PHP 8)

Append the contents of a file to another file on the FTP server

Description

ftp_append(FTP\Connection $ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY): bool

Func

Parameters

ftp

Ftp

remote_filename
local_filename
mode

Return Values

Success

Changelog

VersionDescription

Source: reference/ftp/functions/ftp-append.xml · from the official PHP manual (php/doc-en)