FTP-Funktionen
PHP Manual

ftp_append

(PHP 7 >= 7.2.0)

ftp_appendAppend content of a file a another file on the FTP server

Beschreibung

bool ftp_append ( resource $ftp , string $remote_file , string $local_file [, int $mode = FTP_IMAGE ] )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

ftp

remote_file

local_file

mode

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


FTP-Funktionen
PHP Manual