-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathbook.xml
More file actions
92 lines (78 loc) · 2.58 KB
/
Copy pathbook.xml
File metadata and controls
92 lines (78 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 038bdb1d98c2481e291616a310945b38523965da Maintainer: cmb Status: ready -->
<!-- Credits: tihox -->
<book xml:id="book.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>MySQL Improved Extension</title>
<titleabbrev>Mysqli</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.mysqli">
&reftitle.intro;
<para>
Die <literal>mysqli</literal>-Erweiterung ermöglicht es, die ab MySQL 4.1
gegebene Funktionalität anzusprechen. Weitere Informationen über den
MySQL-Datenbank-Server sind unter
<link xlink:href="&url.mysql;">&url.mysql;</link> zu finden.
</para>
<para>
Ein Überblick über Software, die MySQL unter PHP nutzt, ist unter
<xref linkend="mysqli.overview"/> zu finden.
</para>
<para>
Dokumentation über MySQL befindet sich unter
<link
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
</para>
<para>
Teile dieser Dokumentation sind mit Erlaubnis der
Oracle Corporation dem MySQL-Handbuch entnommen.
</para>
<para>
Beispiele verwenden entweder die <link
xlink:href="&url.mysql.example;">world</link> oder <link
xlink:href="&url.mysql.sakila;">sakila</link> Datenbank, die frei verfügbar
sind.
</para>
</preface>
<!-- }}} -->
&reference.mysqli.overview;
&reference.mysqli.quickstart;
&reference.mysqli.setup;
&reference.mysqli.persistconns;
&reference.mysqli.constants;
&reference.mysqli.notes;
&reference.mysqli.summary;
&reference.mysqli.mysqli;
&reference.mysqli.mysqli-stmt;
&reference.mysqli.mysqli-result;
&reference.mysqli.mysqli-driver;
&reference.mysqli.mysqli-warning;
&reference.mysqli.mysqli-sql-exception;
&reference.mysqli.reference;
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mysqli">
<title>&ChangelogListingTitle;</title>
<para>&ChangelogListingDescription;</para>
<?phpdoc generate-changelog-for="ref.mysqli class.mysqli class.mysqli-stmt class.mysqli-result class.mysqli-driver class.mysqli-warning class.mysqli-sql-exception"?>
</appendix>
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->