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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 18900b16944d69c38808c42d30f7150e83faec0d Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<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" >
6
6
<title >Phar クラス</title >
155
155
<!-- }}} -->
156
156
157
157
</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 >
158
180
</partintro >
159
181
160
182
&reference.phar.entities.Phar;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" phar.setalias" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >Phar::setAlias</refname >
10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<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 >
14
14
<methodparam ><type >string</type ><parameter >alias</parameter ></methodparam >
15
15
</methodsynopsis >
16
16
&phar.write;
45
45
</refsect1 >
46
46
<refsect1 role =" returnvalues" >
47
47
&reftitle.returnvalues;
48
- <para >
49
- </para >
48
+ <simpara >
49
+ &return.true.always;
50
+ </simpara >
50
51
</refsect1 >
51
52
52
53
<refsect1 role =" errors" >
60
61
</para >
61
62
</refsect1 >
62
63
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
+
63
87
<refsect1 role =" examples" >
64
88
&reftitle.examples;
65
89
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f03806fcd8fe03a0501bd40b6e3939ff6589a1d2 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 661e08a17aee0d717536cd80c8b199c6eef088ab Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" phar.setdefaultstub" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >Phar::setDefaultStub</refname >
9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<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 >
13
13
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >index</parameter ><initializer >&null; </initializer ></methodparam >
14
14
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >webIndex</parameter ><initializer >&null; </initializer ></methodparam >
15
15
</methodsynopsis >
49
49
50
50
<refsect1 role =" returnvalues" >
51
51
&reftitle.returnvalues;
52
- <para >
53
- &return.success ;
54
- </para >
52
+ <simpara >
53
+ &return.true.always ;
54
+ </simpara >
55
55
</refsect1 >
56
56
57
57
<refsect1 role =" errors" >
76
76
</row >
77
77
</thead >
78
78
<tbody >
79
+ <row >
80
+ <entry >8.4.0</entry >
81
+ <entry >
82
+ <methodname >Phar::setDefaultStub</methodname > は、
83
+ 現在暫定的に <type >true</type > を返すようになりました。
84
+ </entry >
85
+ </row >
79
86
<row >
80
87
<entry >8.0.0</entry >
81
88
<entry >
You can’t perform that action at this time.
0 commit comments