(PHP 7 >= 7.2.0)
ftp_append — Append the contents of a file to another file on the FTP server
$ftp
, string $remote_file
, string $local_file
[, int $mode
= FTP_BINARY
] ) : bool
本函数还未编写文档,仅有参数列表。
ftp
remote_file
local_file
mode
成功时返回 TRUE
, 或者在失败时返回 FALSE
。