mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
DBA: Actually include and add version information for Conenction class
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
|
||||
<book xml:id="book.dba" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<?phpdoc extension-membership="bundled" ?>
|
||||
<title>Database (dbm-style) Abstraction Layer</title>
|
||||
<titleabbrev>DBA</titleabbrev>
|
||||
|
||||
|
||||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.dba">
|
||||
&reftitle.intro;
|
||||
@@ -21,14 +20,17 @@
|
||||
</para>
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
&reference.dba.setup;
|
||||
&reference.dba.constants;
|
||||
&reference.dba.examples;
|
||||
|
||||
<!-- Dba\Connection class -->
|
||||
&reference.dba.dba.connection;
|
||||
<!-- dba_*() functions -->
|
||||
&reference.dba.reference;
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
<versions>
|
||||
<versions>
|
||||
<!-- Classes -->
|
||||
<function name="dba\connection" from="PHP 8 >= 8.4.0"/>
|
||||
|
||||
<!-- functions -->
|
||||
<function name="dba_close" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="dba_delete" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="dba_exists" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
@@ -20,7 +24,6 @@
|
||||
<function name="dba_replace" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
<function name="dba_sync" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
Reference in New Issue
Block a user