ftp_append

(PHP 7 >= 7.2.0, PHP 8)

ftp_append將文件內(nèi)容追加到 FTP 服務(wù)器上的指定文件

說明

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

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

ftp

remote_filename

local_filename

mode

返回值

成功時返回 true, 或者在失敗時返回 false。