ftp_append

(PHP 7 >= 7.2.0, PHP 8)

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

Açıklama

ftp_append(
    resource $ftp,
    string $remote_filename,
    string $local_filename,
    int $mode = FTP_BINARY
): bool

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

ftp

remote_filename

local_filename

mode

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note add a note

User Contributed Notes

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