File tree 3 files changed +45
-9
lines changed
3 files changed +45
-9
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: 443d81b33e6537a000cc235c2a11748ba8d56232 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: ba50f222e7108287fb6eb11265c2b28efe0cc0ce Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi -->
5
5
<refentry xml : id =" function.highlight-string" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
11
11
<refsect1 role =" description" >
12
12
&reftitle.description;
13
13
<methodsynopsis >
14
- <type class =" union" ><type >string</type ><type >bool </type ></type ><methodname >highlight_string</methodname >
14
+ <type class =" union" ><type >string</type ><type >true </type ></type ><methodname >highlight_string</methodname >
15
15
<methodparam ><type >string</type ><parameter >string</parameter ></methodparam >
16
16
<methodparam choice =" opt" ><type >bool</type ><parameter >return</parameter ><initializer >&false; </initializer ></methodparam >
17
17
</methodsynopsis >
51
51
<para >
52
52
<parameter >return</parameter > が &true; の場合は、
53
53
ハイライトされたコードを文字列として返し、表示しません。
54
- それ以外の場合は、成功した場合に &true; 、
55
- 失敗した場合に &false; を返します。
54
+ それ以外の場合は、&true; を返します。
56
55
</para >
57
56
</refsect1 >
58
57
68
67
</row >
69
68
</thead >
70
69
<tbody >
70
+ <row >
71
+ <entry >8.4.0</entry >
72
+ <entry >
73
+ 戻り値の型が、<type class =" union" ><type >string</type ><type >bool</type ></type > から
74
+ <type class =" union" ><type >string</type ><type >true</type ></type > に変更されました。
75
+ </entry >
76
+ </row >
71
77
<row >
72
78
<entry >8.3.0</entry >
73
79
<entry >
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: d715365c098db000eaf7dcd987ee6093f6e83091 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 2537e56cce341e1c14cf2f0e49e5378700f84897 Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi,mumumu -->
5
5
<refentry xml : id =" function.long2ip" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
39
39
<refsect1 role =" returnvalues" >
40
40
&reftitle.returnvalues;
41
41
<para >
42
- インターネットの IP アドレスを表す文字列を返します。
43
- &return.falseforfailure;
42
+ インターネットの IP アドレスを表す<type >文字列</type >を返します。
44
43
</para >
45
44
</refsect1 >
46
45
55
54
</row >
56
55
</thead >
57
56
<tbody >
57
+ <row >
58
+ <entry >8.4.0</entry >
59
+ <entry >
60
+ 戻り値の型が、<type class =" union" ><type >string</type ><type >false</type ></type > から <type >string</type > に変更されました。
61
+ </entry >
62
+ </row >
58
63
<row >
59
64
<entry >7.1.0</entry >
60
65
<entry >
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: ccc438a27bae31d71fe2ca7dc095360db5bc1af6 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 649598d5e2965b2565f7724cdb4fd4f094d4c81e Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: shimooka -->
5
5
<refentry xml : id =" function.print-r" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
13
13
<refsect1 role =" description" >
14
14
&reftitle.description;
15
15
<methodsynopsis >
16
- <type class =" union" ><type >string</type ><type >bool </type ></type ><methodname >print_r</methodname >
16
+ <type class =" union" ><type >string</type ><type >true </type ></type ><methodname >print_r</methodname >
17
17
<methodparam ><type >mixed</type ><parameter >value</parameter ></methodparam >
18
18
<methodparam choice =" opt" ><type >bool</type ><parameter >return</parameter ><initializer >&false; </initializer ></methodparam >
19
19
</methodsynopsis >
70
70
</para >
71
71
</refsect1 >
72
72
73
+ <refsect1 role =" changelog" >
74
+ &reftitle.changelog;
75
+ <para >
76
+ <informaltable >
77
+ <tgroup cols =" 2" >
78
+ <thead >
79
+ <row >
80
+ <entry >&Version; </entry >
81
+ <entry >&Description; </entry >
82
+ </row >
83
+ </thead >
84
+ <tbody >
85
+ <row >
86
+ <entry >8.4.0</entry >
87
+ <entry >
88
+ 戻り値の型が、<type class =" union" ><type >string</type ><type >bool</type ></type > から
89
+ <type class =" union" ><type >string</type ><type >true</type ></type > に変更されました。
90
+ </entry >
91
+ </row >
92
+ </tbody >
93
+ </tgroup >
94
+ </informaltable >
95
+ </para >
96
+ </refsect1 >
97
+
73
98
<refsect1 role =" examples" >
74
99
&reftitle.examples;
75
100
<para >
You can’t perform that action at this time.
0 commit comments