(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
Наразі ця функція не документована. Доступний лише список її параметрів.
ftp
Примірник FTP\Connection.
remote_filename
local_filename
mode
Версія | Опис |
---|---|
8.1.0 |
Тепер параметр ftp має бути примірником
FTP\Connection. Раніше очікувався resource.
|