ftp_append

(PHP 7 >= 7.2.0)

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

Descrição

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

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

ftp

remote_file

local_file

mode

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.