-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathbook.xml
More file actions
87 lines (73 loc) · 2.91 KB
/
Copy pathbook.xml
File metadata and controls
87 lines (73 loc) · 2.91 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
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 038bdb1d98c2481e291616a310945b38523965da Maintainer: shein Status: ready -->
<!-- Reviewed: no -->
<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 (MySQL Improved)</title>
<titleabbrev>MySQLi</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.mysqli">
&reftitle.intro;
<para>
Модуль <literal>mysqli</literal> позволяет вам получить доступ к функциональности, которую предоставляет
MySQL версии 4.1 и выше. Больше информации о сервере баз данных MySQL
вы можете получить по адресу
<link xlink:href="&url.mysql;">&url.mysql;</link>.
</para>
<para>
Информация об использовании MySQL из PHP находится по адресу
<xref linkend="mysqli.overview"/>
</para>
<para>
Документация MySQL находится по адресу <link
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
</para>
<para>
Некоторые части данной документации включены из руководства по MySQL
с разрешения корпорации Oracle.
</para>
<para>
Все примеры, приведённые в документации, используют доступные свободно
базы данных <link xlink:href="&url.mysql.example;">world</link> и <link xlink:href="&url.mysql.sakila;">sakila</link>.
</para>
</preface>
<!-- }}} -->
&reference.mysqli.overview;
&reference.mysqli.quickstart;
&reference.mysqli.setup;
&reference.mysqli.persistconns;
&reference.mysqli.constants;
&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
-->