ftp_append

(PHP 7 >= 7.2.0)

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

Opis

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

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

ftp

remote_file

local_file

mode

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top