File tree Expand file tree Collapse file tree 10 files changed +193
-50
lines changed Expand file tree Collapse file tree 10 files changed +193
-50
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
2
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
5
4
<!-- CREDITS: takagi -->
6
5
<refentry xml : id =" function.dba-close" xmlns =" http://docbook.org/ns/docbook" >
7
6
<refnamediv >
12
11
&reftitle.description;
13
12
<methodsynopsis >
14
13
<type >void</type ><methodname >dba_close</methodname >
15
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
14
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
16
15
</methodsynopsis >
17
16
<para >
18
17
<function >dba_close</function > は確立されたデータベースを閉じ、
27
26
<term ><parameter >dba</parameter ></term >
28
27
<listitem >
29
28
<para >
30
- <function >dba_open</function > あるいは <function >dba_popen</function >
31
- によって返されたデータベースハンドル。
29
+ &dba.parameter.dba;
32
30
</para >
33
31
</listitem >
34
32
</varlistentry >
41
39
&return.void;
42
40
</para >
43
41
</refsect1 >
42
+
43
+ <refsect1 role =" changelog" >
44
+ &reftitle.changelog;
45
+ <informaltable >
46
+ <tgroup cols =" 2" >
47
+ <thead >
48
+ <row >
49
+ <entry >&Version; </entry >
50
+ <entry >&Description; </entry >
51
+ </row >
52
+ </thead >
53
+ <tbody >
54
+ &dba.changelog.dba-object;
55
+ </tbody >
56
+ </tgroup >
57
+ </informaltable >
58
+ </refsect1 >
59
+
44
60
<refsect1 role =" seealso" >
45
61
&reftitle.seealso;
46
62
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
2
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
5
4
<!-- CREDITS: takagi -->
6
5
<refentry xml : id =" function.dba-delete" xmlns =" http://docbook.org/ns/docbook" >
7
6
<refnamediv >
13
12
<methodsynopsis >
14
13
<type >bool</type ><methodname >dba_delete</methodname >
15
14
<methodparam ><type class =" union" ><type >string</type ><type >array</type ></type ><parameter >key</parameter ></methodparam >
16
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
15
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
17
16
</methodsynopsis >
18
17
<para >
19
18
<function >dba_delete</function > は、指定されたエントリを
36
35
<term ><parameter >dba</parameter ></term >
37
36
<listitem >
38
37
<para >
39
- <function >dba_open</function > あるいは <function >dba_popen</function >
40
- によって返されたデータベースハンドル。
38
+ &dba.parameter.dba;
41
39
</para >
42
40
</listitem >
43
41
</varlistentry >
50
48
&return.success;
51
49
</para >
52
50
</refsect1 >
51
+
52
+ <refsect1 role =" changelog" >
53
+ &reftitle.changelog;
54
+ <informaltable >
55
+ <tgroup cols =" 2" >
56
+ <thead >
57
+ <row >
58
+ <entry >&Version; </entry >
59
+ <entry >&Description; </entry >
60
+ </row >
61
+ </thead >
62
+ <tbody >
63
+ &dba.changelog.dba-object;
64
+ </tbody >
65
+ </tgroup >
66
+ </informaltable >
67
+ </refsect1 >
68
+
53
69
<refsect1 role =" seealso" >
54
70
&reftitle.seealso;
55
71
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
2
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
5
4
<!-- CREDITS: takagi -->
6
5
<refentry xml : id =" function.dba-exists" xmlns =" http://docbook.org/ns/docbook" >
7
6
<refnamediv >
13
12
<methodsynopsis >
14
13
<type >bool</type ><methodname >dba_exists</methodname >
15
14
<methodparam ><type class =" union" ><type >string</type ><type >array</type ></type ><parameter >key</parameter ></methodparam >
16
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
15
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
17
16
</methodsynopsis >
18
17
<para >
19
18
<function >dba_exists</function > は、指定した <parameter >key</parameter >
36
35
<term ><parameter >dba</parameter ></term >
37
36
<listitem >
38
37
<para >
39
- <function >dba_open</function > あるいは <function >dba_popen</function >
40
- によって返されたデータベースハンドル。
38
+ &dba.parameter.dba;
41
39
</para >
42
40
</listitem >
43
41
</varlistentry >
50
48
キーが存在する場合に &true; 、それ以外の場合に &false; を返します。
51
49
</para >
52
50
</refsect1 >
51
+
52
+ <refsect1 role =" changelog" >
53
+ &reftitle.changelog;
54
+ <informaltable >
55
+ <tgroup cols =" 2" >
56
+ <thead >
57
+ <row >
58
+ <entry >&Version; </entry >
59
+ <entry >&Description; </entry >
60
+ </row >
61
+ </thead >
62
+ <tbody >
63
+ &dba.changelog.dba-object;
64
+ </tbody >
65
+ </tgroup >
66
+ </informaltable >
67
+ </refsect1 >
68
+
53
69
<refsect1 role =" seealso" >
54
70
&reftitle.seealso;
55
71
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: effc344e26a66510fa971719bb8af0960c7f2f46 Maintainer: hirokawa Status: ready -->
2
+ <!-- EN-Revision: 44428b04b7b046593e9ab33874eddd1fea7dfab1 Maintainer: hirokawa Status: ready -->
4
3
<!-- CREDITS: takagi -->
5
4
<refentry xml : id =" function.dba-fetch" xmlns =" http://docbook.org/ns/docbook" >
6
5
<refnamediv >
12
11
<methodsynopsis >
13
12
<type class =" union" ><type >string</type ><type >false</type ></type ><methodname >dba_fetch</methodname >
14
13
<methodparam ><type class =" union" ><type >string</type ><type >array</type ></type ><parameter >key</parameter ></methodparam >
15
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
14
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
16
15
<methodparam choice =" opt" ><type >int</type ><parameter >skip</parameter ><initializer >0</initializer ></methodparam >
17
16
</methodsynopsis >
18
17
<simpara >
53
52
<term ><parameter >dba</parameter ></term >
54
53
<listitem >
55
54
<para >
56
- <function >dba_open</function > あるいは <function >dba_popen</function >
57
- によって返されたデータベースハンドル。
55
+ &dba.parameter.dba;
58
56
</para >
59
57
</listitem >
60
58
</varlistentry >
91
89
</row >
92
90
</thead >
93
91
<tbody >
92
+ &dba.changelog.dba-object;
94
93
<row >
95
94
<entry >8.3.0</entry >
96
95
<entry >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
2
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
4
3
<!-- CREDITS: takagi -->
5
4
<refentry xml : id =" function.dba-firstkey" xmlns =" http://docbook.org/ns/docbook" >
6
5
<refnamediv >
11
10
&reftitle.description;
12
11
<methodsynopsis >
13
12
<type class =" union" ><type >string</type ><type >false</type ></type ><methodname >dba_firstkey</methodname >
14
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
13
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
15
14
</methodsynopsis >
16
15
<para >
17
16
<function >dba_firstkey</function > はデータベースの最初のキーを返し、
27
26
<term ><parameter >dba</parameter ></term >
28
27
<listitem >
29
28
<para >
30
- <function >dba_open</function > あるいは <function >dba_popen</function >
31
- によって返されたデータベースハンドル。
29
+ &dba.parameter.dba;
32
30
</para >
33
31
</listitem >
34
32
</varlistentry >
41
39
成功した場合にキー、&return.falseforfailure; 。
42
40
</para >
43
41
</refsect1 >
42
+
43
+ <refsect1 role =" changelog" >
44
+ &reftitle.changelog;
45
+ <informaltable >
46
+ <tgroup cols =" 2" >
47
+ <thead >
48
+ <row >
49
+ <entry >&Version; </entry >
50
+ <entry >&Description; </entry >
51
+ </row >
52
+ </thead >
53
+ <tbody >
54
+ &dba.changelog.dba-object;
55
+ </tbody >
56
+ </tgroup >
57
+ </informaltable >
58
+ </refsect1 >
59
+
44
60
<refsect1 role =" seealso" >
45
61
&reftitle.seealso;
46
62
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
2
<!-- splitted from ./ja/functions/dba.xml, last change in rev 1.1 -->
4
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
5
4
<!-- CREDITS: takagi -->
6
5
<refentry xml : id =" function.dba-insert" xmlns =" http://docbook.org/ns/docbook" >
7
6
<refnamediv >
14
13
<type >bool</type ><methodname >dba_insert</methodname >
15
14
<methodparam ><type class =" union" ><type >string</type ><type >array</type ></type ><parameter >key</parameter ></methodparam >
16
15
<methodparam ><type >string</type ><parameter >value</parameter ></methodparam >
17
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
16
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
18
17
</methodsynopsis >
19
18
<para >
20
19
<function >dba_insert</function > は、
48
47
<term ><parameter >dba</parameter ></term >
49
48
<listitem >
50
49
<para >
51
- <function >dba_open</function > あるいは <function >dba_popen</function >
52
- によって返されたデータベースハンドル。
50
+ &dba.parameter.dba;
53
51
</para >
54
52
</listitem >
55
53
</varlistentry >
62
60
&return.success;
63
61
</para >
64
62
</refsect1 >
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
+ &dba.changelog.dba-object;
76
+ </tbody >
77
+ </tgroup >
78
+ </informaltable >
79
+ </refsect1 >
80
+
65
81
<refsect1 role =" seealso" >
66
82
&reftitle.seealso;
67
83
<para >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- $Revision$ -->
3
- <!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: hirokawa Status: ready -->
2
+ <!-- EN-Revision: cc62b5ecf4831ef6cf888c925c2ad167410da811 Maintainer: hirokawa Status: ready -->
4
3
<!-- CREDITS: takagi -->
5
4
<refentry xml : id =" function.dba-nextkey" xmlns =" http://docbook.org/ns/docbook" >
6
5
<refnamediv >
11
10
&reftitle.description;
12
11
<methodsynopsis >
13
12
<type class =" union" ><type >string</type ><type >false</type ></type ><methodname >dba_nextkey</methodname >
14
- <methodparam ><type >resource </type ><parameter >dba</parameter ></methodparam >
13
+ <methodparam ><type >Dba\Connection </type ><parameter >dba</parameter ></methodparam >
15
14
</methodsynopsis >
16
15
<para >
17
16
<function >dba_nextkey</function > は、
26
25
<term ><parameter >dba</parameter ></term >
27
26
<listitem >
28
27
<para >
29
- <function >dba_open</function > あるいは <function >dba_popen</function >
30
- によって返されたデータベースハンドル。
28
+ &dba.parameter.dba;
31
29
</para >
32
30
</listitem >
33
31
</varlistentry >
40
38
成功した場合にキー、&return.falseforfailure; 。
41
39
</para >
42
40
</refsect1 >
41
+
42
+ <refsect1 role =" changelog" >
43
+ &reftitle.changelog;
44
+ <informaltable >
45
+ <tgroup cols =" 2" >
46
+ <thead >
47
+ <row >
48
+ <entry >&Version; </entry >
49
+ <entry >&Description; </entry >
50
+ </row >
51
+ </thead >
52
+ <tbody >
53
+ &dba.changelog.dba-object;
54
+ </tbody >
55
+ </tgroup >
56
+ </informaltable >
57
+ </refsect1 >
58
+
43
59
<refsect1 role =" seealso" >
44
60
&reftitle.seealso;
45
61
<para >
You can’t perform that action at this time.
0 commit comments