File tree Expand file tree Collapse file tree 1 file changed +35
-5
lines changed Expand file tree Collapse file tree 1 file changed +35
-5
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: 8f9ebc8686e881bee5cc68828a004b722c62bc3b Maintainer: hirokawa Status: ready -->
3+ <!-- EN-Revision: 03db4883c52dfbe6be059d915a159e3a1dd9e7cb Maintainer: hirokawa Status: ready -->
44<!-- CREDITS: takagi -->
55<refentry xml : id =" function.php-uname" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
4141 <parameter >mode</parameter > は、どのような情報を返すのかを一文字で指定します:
4242 <itemizedlist >
4343 <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 >
4855 </listitem >
4956 <listitem >
5057 <simpara >
9097 </para >
9198 </refsect1 >
9299
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+
93123 <refsect1 role =" examples" >
94124 &reftitle.examples;
95125 <para >
You can’t perform that action at this time.
0 commit comments