File tree Expand file tree Collapse file tree 3 files changed +63
-10
lines changed Expand file tree Collapse file tree 3 files changed +63
-10
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: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 18900b16944d69c38808c42d30f7150e83faec0d Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<reference xml : id =" class.phar" role =" class" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
66 <title >Phar クラス</title >
155155<!-- }}} -->
156156
157157 </section >
158+
159+ <section role =" changelog" >
160+ &reftitle.changelog;
161+ <informaltable >
162+ <tgroup cols =" 2" >
163+ <thead >
164+ <row >
165+ <entry >&Version; </entry >
166+ <entry >&Description; </entry >
167+ </row >
168+ </thead >
169+ <tbody >
170+ <row >
171+ <entry >8.4.0</entry >
172+ <entry >
173+ Zip アーカイブの Unix タイムスタンプ拡張のサポートが追加されました。
174+ </entry >
175+ </row >
176+ </tbody >
177+ </tgroup >
178+ </informaltable >
179+ </section >
158180 </partintro >
159181
160182 &reference.phar.entities.Phar;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
44<refentry xml : id =" phar.setalias" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
55 <refnamediv >
66 <refname >Phar::setAlias</refname >
1010 <refsect1 role =" description" >
1111 &reftitle.description;
1212 <methodsynopsis role =" Phar" >
13- <modifier >public</modifier > <type >bool </type ><methodname >Phar::setAlias</methodname >
13+ <modifier >public</modifier > <type >true </type ><methodname >Phar::setAlias</methodname >
1414 <methodparam ><type >string</type ><parameter >alias</parameter ></methodparam >
1515 </methodsynopsis >
1616 &phar.write;
4545 </refsect1 >
4646 <refsect1 role =" returnvalues" >
4747 &reftitle.returnvalues;
48- <para >
49- </para >
48+ <simpara >
49+ &return.true.always;
50+ </simpara >
5051 </refsect1 >
5152
5253 <refsect1 role =" errors" >
6061 </para >
6162 </refsect1 >
6263
64+ <refsect1 role =" changelog" >
65+ &reftitle.changelog;
66+ <informaltable >
67+ <tgroup cols =" 2" >
68+ <thead >
69+ <row >
70+ <entry >&Version; </entry >
71+ <entry >&Description; </entry >
72+ </row >
73+ </thead >
74+ <tbody >
75+ <row >
76+ <entry >8.4.0</entry >
77+ <entry >
78+ <methodname >Phar::setAlias</methodname > は、
79+ 現在暫定的に <type >true</type > を返すようになりました。
80+ </entry >
81+ </row >
82+ </tbody >
83+ </tgroup >
84+ </informaltable >
85+ </refsect1 >
86+
6387 <refsect1 role =" examples" >
6488 &reftitle.examples;
6589 <para >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
44<refentry xml : id =" phar.setdefaultstub" xmlns =" http://docbook.org/ns/docbook" >
55 <refnamediv >
66 <refname >Phar::setDefaultStub</refname >
99 <refsect1 role =" description" >
1010 &reftitle.description;
1111 <methodsynopsis role =" Phar" >
12- <modifier >public</modifier > <type >bool </type ><methodname >Phar::setDefaultStub</methodname >
12+ <modifier >public</modifier > <type >true </type ><methodname >Phar::setDefaultStub</methodname >
1313 <methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >index</parameter ><initializer >&null; </initializer ></methodparam >
1414 <methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >webIndex</parameter ><initializer >&null; </initializer ></methodparam >
1515 </methodsynopsis >
4949
5050 <refsect1 role =" returnvalues" >
5151 &reftitle.returnvalues;
52- <para >
53- &return.success ;
54- </para >
52+ <simpara >
53+ &return.true.always ;
54+ </simpara >
5555 </refsect1 >
5656
5757 <refsect1 role =" errors" >
7676 </row >
7777 </thead >
7878 <tbody >
79+ <row >
80+ <entry >8.4.0</entry >
81+ <entry >
82+ <methodname >Phar::setDefaultStub</methodname > は、
83+ 現在暫定的に <type >true</type > を返すようになりました。
84+ </entry >
85+ </row >
7986 <row >
8087 <entry >8.0.0</entry >
8188 <entry >
You can’t perform that action at this time.
0 commit comments