com doc/zh: 添加 ftp-append.xml 文 件: reference/ftp/functions/ftp-append.xml

[email protected] (Dai Jie) Fri, 22 Jan 2021 12:18:09 +0000
Newsgroups php.doc.zh
Message-ID <[email protected]>
Commit:    f7a62fd5ba5bfd6e93dec69ea1e0cf4e523b582e
Author:    蒋文健 <[email protected]>         Tue, 19 Jan 2021 21:25:09 +0800
Committer: daijie <[email protected]>      Fri, 22 Jan 2021 20:18:09 +0800
Parents:   d4ffbf959ab8c237d09482bb8c3e4b8bf2295de7
Branches:  master

Link:       http://git.php.net/?p=doc/zh.git;a=commitdiff;h=f7a62fd5ba5bfd6e93dec69ea1e0cf4e523b582e

Log:
添加 ftp-append.xml 文件

对应英文文件:https://github.com/php/doc-en/blob/master/reference/ftp/functions/ftp-append.xml

Changed paths:
  A  reference/ftp/functions/ftp-append.xml


Diff:
diff --git a/reference/ftp/functions/ftp-append.xml b/reference/ftp/functions/ftp-append.xml
new file mode 100644
index 00000000..9b01a7ea
--- /dev/null
+++ b/reference/ftp/functions/ftp-append.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 18680fd1681731888c6fb7c530cfdb712f53e954 Status: ready -->
+<refentry xml:id="function.ftp-append" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>ftp_append</refname>
+  <refpurpose>将文件内容追加到 FTP 服务器上的指定文件</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>bool</type><methodname>ftp_append</methodname>
+   <methodparam><type>resource</type><parameter>ftp</parameter></methodparam>
+   <methodparam><type>string</type><parameter>remote_filename</parameter></methodparam>
+   <methodparam><type>string</type><parameter>local_filename</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>FTP_BINARY</constant></initializer></methodparam>
+  </methodsynopsis>
+  <para>
+
+  </para>
+
+  &warn.undocumented.func;
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <variablelist>
+   <varlistentry>
+    <term><parameter>ftp</parameter></term>
+    <listitem>
+     <para>
+      
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>remote_filename</parameter></term>
+    <listitem>
+     <para>
+      
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>local_filename</parameter></term>
+    <listitem>
+     <para>
+      
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term><parameter>mode</parameter></term>
+    <listitem>
+     <para>
+      
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.success;
+  </para>
+ </refsect1>
+
+</refentry>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->