File tree Expand file tree Collapse file tree 7 files changed +193
-31
lines changed Expand file tree Collapse file tree 7 files changed +193
-31
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: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splfixedarray.setsize" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >SplFixedArray::setSize</refname >
10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<methodsynopsis role =" SplFixedArray" >
13
- <modifier >public</modifier > <type >bool </type ><methodname >SplFixedArray::setSize</methodname >
13
+ <modifier >public</modifier > <type >true </type ><methodname >SplFixedArray::setSize</methodname >
14
14
<methodparam ><type >int</type ><parameter >size</parameter ></methodparam >
15
15
</methodsynopsis >
16
16
<para >
41
41
42
42
<refsect1 role =" returnvalues" >
43
43
&reftitle.returnvalues;
44
- <para >
45
- &return.success ;
46
- </para >
44
+ <simpara >
45
+ &return.true.always ;
46
+ </simpara >
47
47
</refsect1 >
48
-
49
-
50
- <refsect1 role =" errors" ><!-- {{{ -->
48
+
49
+ <refsect1 role =" errors" >
51
50
&reftitle.errors;
52
- <para >
53
- <parameter >size</parameter > が負の数である場合に <classname >InvalidArgumentException</classname > をスローします。
54
- </para >
55
- <para >
56
- <parameter >size</parameter > を数値として解釈できない場合に <constant >E_WARNING</constant > が発生します。
57
- </para >
58
- </refsect1 ><!-- }}} -->
51
+ <simpara >
52
+ <parameter >size</parameter > が0未満の場合、
53
+ <exceptionname >ValueError</exceptionname > をスローします。
54
+ </simpara >
55
+ </refsect1 >
56
+
57
+ <refsect1 role =" changelog" >
58
+ &reftitle.changelog;
59
+ <informaltable >
60
+ <tgroup cols =" 2" >
61
+ <thead >
62
+ <row >
63
+ <entry >&Version; </entry >
64
+ <entry >&Description; </entry >
65
+ </row >
66
+ </thead >
67
+ <tbody >
68
+ <row >
69
+ <entry >8.4.0</entry >
70
+ <entry >
71
+ <methodname >SplFixedArray::setSize</methodname > は
72
+ 現在、暫定的に <type >true</type > を返しています。
73
+ </entry >
74
+ </row >
75
+ </tbody >
76
+ </tgroup >
77
+ </informaltable >
78
+ </refsect1 >
59
79
60
80
61
81
<refsect1 role =" examples" >
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: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splfixedarray.wakeup" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
5
<refnamediv >
6
6
<refname >SplFixedArray::__wakeup</refname >
7
7
<refpurpose >アンシリアライズ後に配列を再初期化する</refpurpose >
8
8
</refnamediv >
9
9
10
+ <refsynopsisdiv >
11
+ &warn.deprecated.function-8-4-0;
12
+ </refsynopsisdiv >
13
+
10
14
<refsect1 role =" description" >
11
15
&reftitle.description;
12
16
<methodsynopsis role =" SplFixedArray" >
29
33
&return.void;
30
34
</para >
31
35
</refsect1 >
36
+
37
+ <refsect1 role =" changelog" >
38
+ &reftitle.changelog;
39
+ <informaltable >
40
+ <tgroup cols =" 2" >
41
+ <thead >
42
+ <row >
43
+ <entry >&Version; </entry >
44
+ <entry >&Description; </entry >
45
+ </row >
46
+ </thead >
47
+ <tbody >
48
+ <row >
49
+ <entry >8.4.0</entry >
50
+ <entry >
51
+ このメソッドは非推奨となりました。
52
+ <methodname >SplFixedArray::__unserialize</methodname > を代わりに使ってください。
53
+ </entry >
54
+ </row >
55
+ </tbody >
56
+ </tgroup >
57
+ </informaltable >
58
+ </refsect1 >
32
59
</refentry >
33
60
<!-- Keep this comment at the end of the file
34
61
Local variables:
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: f781803449007bb0e3a96c693e0eee067f7eb466 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splheap.insert" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >SplHeap::insert</refname >
41
41
&return.true.always;
42
42
</para >
43
43
</refsect1 >
44
-
44
+
45
+ <refsect1 role =" changelog" >
46
+ &reftitle.changelog;
47
+ <informaltable >
48
+ <tgroup cols =" 2" >
49
+ <thead >
50
+ <row >
51
+ <entry >&Version; </entry >
52
+ <entry >&Description; </entry >
53
+ </row >
54
+ </thead >
55
+ <tbody >
56
+ <row >
57
+ <entry >8.4.0</entry >
58
+ <entry >
59
+ <methodname >SplHeap::insert</methodname > は
60
+ 現在、暫定的に <type >true</type > を返しています。
61
+ </entry >
62
+ </row >
63
+ </tbody >
64
+ </tgroup >
65
+ </informaltable >
66
+ </refsect1 >
67
+
45
68
</refentry >
46
69
<!-- Keep this comment at the end of the file
47
70
Local variables:
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: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splheap.recoverfromcorruption" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >SplHeap::recoverFromCorruption</refname >
10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<methodsynopsis role =" SplHeap" >
13
- <modifier >public</modifier > <type >bool </type ><methodname >SplHeap::recoverFromCorruption</methodname >
13
+ <modifier >public</modifier > <type >true </type ><methodname >SplHeap::recoverFromCorruption</methodname >
14
14
<void />
15
15
</methodsynopsis >
16
16
</refsect1 >
22
22
23
23
<refsect1 role =" returnvalues" >
24
24
&reftitle.returnvalues;
25
- <para >
26
- 常に &true; を返します。
27
- </para >
25
+ <simpara >
26
+ &return.true.always;
27
+ </simpara >
28
+ </refsect1 >
29
+
30
+ <refsect1 role =" changelog" >
31
+ &reftitle.changelog;
32
+ <informaltable >
33
+ <tgroup cols =" 2" >
34
+ <thead >
35
+ <row >
36
+ <entry >&Version; </entry >
37
+ <entry >&Description; </entry >
38
+ </row >
39
+ </thead >
40
+ <tbody >
41
+ <row >
42
+ <entry >8.4.0</entry >
43
+ <entry >
44
+ <methodname >SplHeap::recoverFromCorruption</methodname > は
45
+ 現在、暫定的に <type >true</type > を返しています。
46
+ </entry >
47
+ </row >
48
+ </tbody >
49
+ </tgroup >
50
+ </informaltable >
28
51
</refsect1 >
29
52
30
53
</refentry >
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: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<reference xml : id =" class.splobjectstorage" role =" class" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
5
5
6
6
<title >SplObjectStorage クラス</title >
34
34
</oointerface >
35
35
36
36
<oointerface >
37
- <interfacename >Iterator </interfacename >
37
+ <interfacename >SeekableIterator </interfacename >
38
38
</oointerface >
39
39
40
40
<oointerface >
@@ -136,6 +136,29 @@ array(3) {
136
136
</section >
137
137
<!-- }}} -->
138
138
139
+ <section role =" changelog" >
140
+ &reftitle.changelog;
141
+ <informaltable >
142
+ <tgroup cols =" 2" >
143
+ <thead >
144
+ <row >
145
+ <entry >&Version; </entry >
146
+ <entry >&Description; </entry >
147
+ </row >
148
+ </thead >
149
+ <tbody >
150
+ <row >
151
+ <entry >8.4.0</entry >
152
+ <entry >
153
+ 以前は <interfacename >Iterator</interfacename > を実装していましたが、
154
+ <interfacename >SeekableIterator</interfacename > を実装しました。
155
+ </entry >
156
+ </row >
157
+ </tbody >
158
+ </tgroup >
159
+ </informaltable >
160
+ </section >
161
+
139
162
</partintro >
140
163
141
164
&reference.spl.entities.splobjectstorage;
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: bad9acb50797346b072f9ff6addf05ee6c385570 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splpriorityqueue.insert" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >SplPriorityQueue::insert</refname >
51
51
</para >
52
52
</refsect1 >
53
53
54
+ <refsect1 role =" changelog" >
55
+ &reftitle.changelog;
56
+ <informaltable >
57
+ <tgroup cols =" 2" >
58
+ <thead >
59
+ <row >
60
+ <entry >&Version; </entry >
61
+ <entry >&Description; </entry >
62
+ </row >
63
+ </thead >
64
+ <tbody >
65
+ <row >
66
+ <entry >8.4.0</entry >
67
+ <entry >
68
+ <methodname >SplPriorityQueue::insert</methodname > は
69
+ 現在、暫定的に <type >true</type > を返しています。
70
+ </entry >
71
+ </row >
72
+ </tbody >
73
+ </tgroup >
74
+ </informaltable >
75
+ </refsect1 >
76
+
54
77
</refentry >
55
78
<!-- Keep this comment at the end of the file
56
79
Local variables:
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: d51166ca16fda8e766849505b84f9306ef443f71 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03674dde72012054d8e7d34d97ce9f10aef24bd5 Maintainer: takagi Status: ready -->
4
4
<refentry xml : id =" splpriorityqueue.recoverfromcorruption" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >SplPriorityQueue::recoverFromCorruption</refname >
10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<methodsynopsis role =" SplPriorityQueue" >
13
- <modifier >public</modifier > <type >bool </type ><methodname >SplPriorityQueue::recoverFromCorruption</methodname >
13
+ <modifier >public</modifier > <type >true </type ><methodname >SplPriorityQueue::recoverFromCorruption</methodname >
14
14
<void />
15
15
</methodsynopsis >
16
16
</refsect1 >
22
22
23
23
<refsect1 role =" returnvalues" >
24
24
&reftitle.returnvalues;
25
- <para >
26
- 常に &true; を返します。
27
- </para >
25
+ <simpara >
26
+ &return.true.always;
27
+ </simpara >
28
+ </refsect1 >
29
+
30
+ <refsect1 role =" changelog" >
31
+ &reftitle.changelog;
32
+ <informaltable >
33
+ <tgroup cols =" 2" >
34
+ <thead >
35
+ <row >
36
+ <entry >&Version; </entry >
37
+ <entry >&Description; </entry >
38
+ </row >
39
+ </thead >
40
+ <tbody >
41
+ <row >
42
+ <entry >8.4.0</entry >
43
+ <entry >
44
+ <methodname >SplPriorityQueue::recoverFromCorruption</methodname > は
45
+ 現在、暫定的に <type >true</type > を返しています。
46
+ </entry >
47
+ </row >
48
+ </tbody >
49
+ </tgroup >
50
+ </informaltable >
28
51
</refsect1 >
29
52
30
53
</refentry >
You can’t perform that action at this time.
0 commit comments