File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
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
-
4
3
<book xml : id =" book.dba" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
5
4
<?phpdoc extension-membership =" bundled" ?>
6
5
<title >Database (dbm-style) Abstraction Layer</title >
7
6
<titleabbrev >DBA</titleabbrev >
8
-
7
+
9
8
<!-- {{{ preface -->
10
9
<preface xml : id =" intro.dba" >
11
10
&reftitle.intro;
21
20
</para >
22
21
</preface >
23
22
<!-- }}} -->
24
-
23
+
25
24
&reference.dba.setup;
26
25
&reference.dba.constants;
27
26
&reference.dba.examples;
27
+
28
+ <!-- Dba\Connection class -->
29
+ &reference.dba.dba.connection;
30
+ <!-- dba_*() functions -->
28
31
&reference.dba.reference;
29
32
30
33
</book >
31
-
32
34
<!-- Keep this comment at the end of the file
33
35
Local variables:
34
36
mode: sgml
Original file line number Diff line number Diff line change 3
3
<!--
4
4
Do NOT translate this file
5
5
-->
6
- <versions >
6
+ <versions >
7
+ <!-- Classes -->
8
+ <function name =" dba\connection" from =" PHP 8 > = 8.4.0" />
9
+
10
+ <!-- functions -->
7
11
<function name =" dba_close" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
8
12
<function name =" dba_delete" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
9
13
<function name =" dba_exists" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
20
24
<function name =" dba_replace" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
21
25
<function name =" dba_sync" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
22
26
</versions >
23
-
24
27
<!-- Keep this comment at the end of the file
25
28
Local variables:
26
29
mode: sgml
You can’t perform that action at this time.
0 commit comments