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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3-
43<book xml : id =" book.dba" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
54 <?phpdoc extension-membership =" bundled" ?>
65 <title >Database (dbm-style) Abstraction Layer</title >
76 <titleabbrev >DBA</titleabbrev >
8-
7+
98 <!-- {{{ preface -->
109 <preface xml : id =" intro.dba" >
1110 &reftitle.intro;
2120 </para >
2221 </preface >
2322 <!-- }}} -->
24-
23+
2524 &reference.dba.setup;
2625 &reference.dba.constants;
2726 &reference.dba.examples;
27+
28+ <!-- Dba\Connection class -->
29+ &reference.dba.dba.connection;
30+ <!-- dba_*() functions -->
2831 &reference.dba.reference;
2932
3033</book >
31-
3234<!-- Keep this comment at the end of the file
3335Local variables:
3436mode: sgml
Original file line number Diff line number Diff line change 33<!--
44 Do NOT translate this file
55-->
6- <versions >
6+ <versions >
7+ <!-- Classes -->
8+ <function name =" dba\connection" from =" PHP 8 > = 8.4.0" />
9+
10+ <!-- functions -->
711 <function name =" dba_close" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
812 <function name =" dba_delete" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
913 <function name =" dba_exists" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
2024 <function name =" dba_replace" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
2125 <function name =" dba_sync" from =" PHP 4, PHP 5, PHP 7, PHP 8" />
2226</versions >
23-
2427<!-- Keep this comment at the end of the file
2528Local variables:
2629mode: sgml
You can’t perform that action at this time.
0 commit comments