ftp_append
(PHP 7 >= 7.2.0)
ftp_append — Append the contents of a file to another file on the FTP server
Description
ftp_append ( resource $ftp , string $remote_file , string $local_file [, int $mode = FTP_BINARY ] ) : bool
Warning
This function is currently not documented; only its argument list is available.
Parameters
-
ftp
-
remote_file
-
local_file
-
mode
Return Values
Returns true
on success or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ftp-append.php