array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.ftp-append.php', 1 => 'ftp_append', 2 => 'Append the contents of a file to another file on the FTP server', ), 'up' => array ( 0 => 'ref.ftp.php', 1 => 'Функції FTP', ), 'prev' => array ( 0 => 'function.ftp-alloc.php', 1 => 'ftp_alloc', ), 'next' => array ( 0 => 'function.ftp-cdup.php', 1 => 'ftp_cdup', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ftp/functions/ftp-append.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(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.
|