(PHP 7 >= 7.2.0, PHP 8)
ftp_append — Append the contents of a file to another file on the FTP server
$ftp
,$remote_filename
,$local_filename
,$mode
= FTP_BINARY
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
ftp
An FTP\Connection instance.
remote_filename
local_filename
mode
Versión | Descripción |
---|---|
8.1.0 |
The ftp parameter expects an FTP\Connection
instance now; previously, a recurso was expected.
|