svn: /phpdoc/ja/trunk/reference/zip/ziparchive/ addfile.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 09 Mar 2020 00:04:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349354
Log:
Fix order of sections
Changed paths:
U phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml
Modified: phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml 2020-03-09 00:01:33 UTC (rev 349353)
+++ phpdoc/ja/trunk/reference/zip/ziparchive/addfile.xml 2020-03-09 00:04:48 UTC (rev 349354)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349293 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349350 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -132,14 +132,6 @@
</example>
</refsect1>
- <refsect1 role="seealso">
- &reftitle.seealso;
- <para>
- <simplelist>
- <member><methodname>ZipArchive::replaceFile</methodname></member>
- </simplelist>
- </para>
- </refsect1>
<refsect1 role="notes">
&reftitle.notes;
@@ -153,6 +145,16 @@
</para>
</note>
</refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><methodname>ZipArchive::replaceFile</methodname></member>
+ </simplelist>
+ </para>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file