File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 6318fc9e8b2a78cf8b88673a1f47b3935d7b5943 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 002b7dd50a0cb86e965022610f08f240cadb6fcc Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<refentry xml : id =" ziparchive.addfile" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
1212 <methodsynopsis >
1313 <modifier >public</modifier > <type >bool</type ><methodname >ZipArchive::addFile</methodname >
1414 <methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
15- <methodparam choice =" opt" ><type >string</type ><parameter >localname </parameter ><initializer >&null; </initializer ></methodparam >
15+ <methodparam choice =" opt" ><type >string</type ><parameter >entryname </parameter ><initializer >&null; </initializer ></methodparam >
1616 <methodparam choice =" opt" ><type >int</type ><parameter >start</parameter ><initializer >0</initializer ></methodparam >
1717 <methodparam choice =" opt" ><type >int</type ><parameter >length</parameter ><initializer >0</initializer ></methodparam >
1818 <methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer >ZipArchive::FL_OVERWRITE</initializer ></methodparam >
3535 </listitem >
3636 </varlistentry >
3737 <varlistentry >
38- <term ><parameter >localname </parameter ></term >
38+ <term ><parameter >entryname </parameter ></term >
3939 <listitem >
4040 <para >
4141 指定した場合は ZIP アーカイブ内部での名前となり、<parameter >filename</parameter > を上書きします。
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 6318fc9e8b2a78cf8b88673a1f47b3935d7b5943 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 002b7dd50a0cb86e965022610f08f240cadb6fcc Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<refentry xml : id =" ziparchive.addfromstring" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
1111 &reftitle.description;
1212 <methodsynopsis >
1313 <modifier >public</modifier > <type >bool</type ><methodname >ZipArchive::addFromString</methodname >
14- <methodparam ><type >string</type ><parameter >localname </parameter ></methodparam >
14+ <methodparam ><type >string</type ><parameter >name </parameter ></methodparam >
1515 <methodparam ><type >string</type ><parameter >contents</parameter ></methodparam >
1616 <methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer >ZipArchive::FL_OVERWRITE</initializer ></methodparam >
1717 </methodsynopsis >
2525 <para >
2626 <variablelist >
2727 <varlistentry >
28- <term ><parameter >localname </parameter ></term >
28+ <term ><parameter >name </parameter ></term >
2929 <listitem >
3030 <para >
3131 作成するエントリの名前。
You can’t perform that action at this time.
0 commit comments