File tree 1 file changed +35
-5
lines changed
1 file changed +35
-5
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: 8f9ebc8686e881bee5cc68828a004b722c62bc3b Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 03db4883c52dfbe6be059d915a159e3a1dd9e7cb Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi -->
5
5
<refentry xml : id =" function.php-uname" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
41
41
<parameter >mode</parameter > は、どのような情報を返すのかを一文字で指定します:
42
42
<itemizedlist >
43
43
<listitem >
44
- <simpara >
45
- <literal >'a'</literal >: デフォルトです。すべてのモードを
46
- <literal >"s n r v m"</literal > の順で返します。
47
- </simpara >
44
+ <para >
45
+ <literal >'a'</literal >: デフォルトです。
46
+ <simplelist type =" inline" >
47
+ <member ><literal >'s'</literal ></member >
48
+ <member ><literal >'n'</literal ></member >
49
+ <member ><literal >'r'</literal ></member >
50
+ <member ><literal >'v'</literal ></member >
51
+ <member ><literal >'m'</literal ></member >
52
+ </simplelist >
53
+ の各モードと同じ情報をスペースで区切って返します。
54
+ </para >
48
55
</listitem >
49
56
<listitem >
50
57
<simpara >
90
97
</para >
91
98
</refsect1 >
92
99
100
+ <refsect1 role =" changelog" >
101
+ &reftitle.changelog;
102
+ <informaltable >
103
+ <tgroup cols =" 2" >
104
+ <thead >
105
+ <row >
106
+ <entry >&Version; </entry >
107
+ <entry >&Description; </entry >
108
+ </row >
109
+ </thead >
110
+ <tbody >
111
+ <row >
112
+ <entry >8.4.0</entry >
113
+ <entry >
114
+ 無効な <parameter >mode</parameter > を指定した場合に、
115
+ <classname >ValueError</classname > をスローするようになりました。
116
+ </entry >
117
+ </row >
118
+ </tbody >
119
+ </tgroup >
120
+ </informaltable >
121
+ </refsect1 >
122
+
93
123
<refsect1 role =" examples" >
94
124
&reftitle.examples;
95
125
<para >
You can’t perform that action at this time.
0 commit comments