ftp_append
(PHP 7 >= 7.2.0, PHP 8)
ftp_append — 將檔案內容追加到 FTP 伺服器上的指定檔案
說明
ftp_append(
resource
string
string
int
): bool
resource
$ftp,string
$remote_filename,string
$local_filename,int
$mode = FTP_BINARY): bool
警告
本函式還未編寫文件,僅有參數列表。
參數
-
ftp -
-
remote_filename -
-
local_filename -
-
mode -
返回值
成功時返回 true, 或者在失敗時返回 false。