ftp_append

(PHP 7 >= 7.2.0)

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

説明

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

ftp

remote_file

local_file

mode

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。