• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ftp_append()

    (PHP 7 >= 7.2.0)

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

    说明

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

    本函数还未编写文档,仅有参数列表。

    参数

    $ftp
    $remote_file
    $local_file
    $mode

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    上篇:ftp_alloc()

    下篇:ftp_cdup()