mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 20:32:10 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@275574 c90b9560-bf6c-de11-be94-00142212c4b1
58 lines
1.4 KiB
XML
58 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.3 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<!-- Purpose: database.vendors -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<book xml:id="book.mysql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>MySQL</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.mysql">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions vous permettent d'accéder aux bases de données
|
|
MySQL. Le site officiel de cette base est
|
|
<link xlink:href="&url.mysql;">&url.mysql;</link>.
|
|
</para>
|
|
<para>
|
|
La documentation de MySQL est disponible à
|
|
<link xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
|
|
</para>
|
|
<para>
|
|
Pour une présentation générale de la base de données MySQL,
|
|
voyez <xref linkend="mysqli.overview"/>.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.mysql.setup;
|
|
&reference.mysql.constants;
|
|
&reference.mysql.examples;
|
|
&reference.mysql.reference;
|
|
|
|
</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:"../../../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
|
|
-->
|
|
|