2007-12-26 14:14:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:13:42 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-26 14:14:59 +00:00
|
|
|
<book xml:id="book.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2012-06-09 17:34:56 +00:00
|
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
<title>MySQL Improved Extension</title>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
2015-02-26 00:45:18 +00:00
|
|
|
<titleabbrev>MySQLi</titleabbrev>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
<preface xml:id="intro.mysqli">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2008-10-28 16:50:34 +00:00
|
|
|
The <literal>mysqli</literal> extension allows you to access the
|
|
|
|
functionality provided by MySQL 4.1 and above. More information about
|
|
|
|
the MySQL Database server can be found at
|
|
|
|
<link xlink:href="&url.mysql;">&url.mysql;</link>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
An overview of software available for using MySQL from PHP can be found
|
|
|
|
at <xref linkend="mysqli.overview"/>
|
2007-12-26 14:14:59 +00:00
|
|
|
</para>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
<para>
|
2008-10-28 16:50:34 +00:00
|
|
|
Documentation for MySQL can be found at
|
|
|
|
<link
|
2007-12-26 14:14:59 +00:00
|
|
|
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
|
|
|
|
</para>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
<para>
|
2008-10-28 16:50:34 +00:00
|
|
|
Parts of this documentation included from MySQL manual with
|
2010-08-02 09:51:19 +00:00
|
|
|
permissions of Oracle Corporation.
|
2007-12-26 14:14:59 +00:00
|
|
|
</para>
|
2015-09-02 01:51:06 +00:00
|
|
|
|
|
|
|
<para>
|
|
|
|
Examples use either the <link xlink:href="&url.mysql.example;">world</link>
|
|
|
|
or <link xlink:href="&url.mysql.sakila;">sakila</link> database, which are
|
|
|
|
freely available.
|
|
|
|
</para>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
</preface>
|
2008-10-28 16:50:34 +00:00
|
|
|
|
|
|
|
<!-- }}} -->
|
2012-01-12 17:06:41 +00:00
|
|
|
|
2008-10-28 16:50:34 +00:00
|
|
|
&reference.mysqli.overview;
|
2012-01-12 17:06:41 +00:00
|
|
|
&reference.mysqli.quickstart;
|
2007-12-26 14:14:59 +00:00
|
|
|
&reference.mysqli.setup;
|
2009-02-24 17:31:33 +00:00
|
|
|
&reference.mysqli.persistconns;
|
2007-12-26 14:14:59 +00:00
|
|
|
&reference.mysqli.constants;
|
2011-03-24 11:59:12 +00:00
|
|
|
&reference.mysqli.notes;
|
2008-10-28 16:50:34 +00:00
|
|
|
&reference.mysqli.summary;
|
2007-12-26 14:14:59 +00:00
|
|
|
&reference.mysqli.mysqli;
|
|
|
|
&reference.mysqli.mysqli-stmt;
|
|
|
|
&reference.mysqli.mysqli-result;
|
|
|
|
&reference.mysqli.mysqli-driver;
|
2009-11-13 23:00:18 +00:00
|
|
|
&reference.mysqli.mysqli-warning;
|
2012-03-01 22:08:38 +00:00
|
|
|
&reference.mysqli.mysqli-sql-exception;
|
2007-12-26 14:14:59 +00:00
|
|
|
&reference.mysqli.reference;
|
|
|
|
|
2012-06-09 13:15:55 +00:00
|
|
|
<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>
|
|
|
|
|
2007-12-26 14:14:59 +00:00
|
|
|
</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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-26 14:14:59 +00:00
|
|
|
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
|
|
|
|
-->
|