mirror of
https://github.com/php/doc-de.git
synced 2026-03-23 23:02:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@352271 c90b9560-bf6c-de11-be94-00142212c4b1
93 lines
2.6 KiB
XML
93 lines
2.6 KiB
XML
<?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
|
|
-->
|