2007-12-26 14:01:35 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:13:42 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-26 14:01:35 +00:00
|
|
|
<!-- Membership: bundled, external -->
|
2012-06-09 13:15:55 +00:00
|
|
|
|
2007-12-26 14:01:35 +00:00
|
|
|
<book xml:id="book.mysql" 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"?>
|
2011-12-22 21:10:53 +00:00
|
|
|
<title>Original MySQL API</title>
|
|
|
|
<titleabbrev>Mysql</titleabbrev>
|
2012-06-09 13:15:55 +00:00
|
|
|
|
2007-12-26 14:01:35 +00:00
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.mysql">
|
|
|
|
&reftitle.intro;
|
2012-04-06 01:13:57 +00:00
|
|
|
<para>
|
2012-12-10 15:22:07 +00:00
|
|
|
This extension is deprecated as of PHP 5.5.0, and is not recommended for
|
|
|
|
writing new code as it will be removed in the future. Instead, either the
|
|
|
|
<link linkend="book.mysqli">mysqli</link> or
|
2012-04-06 01:13:57 +00:00
|
|
|
<link linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be
|
|
|
|
used. See also the <link linkend="mysqlinfo.api.choosing">MySQL API
|
|
|
|
Overview</link> for further help while choosing a MySQL API.
|
|
|
|
</para>
|
2007-12-26 14:01:35 +00:00
|
|
|
<para>
|
|
|
|
These functions allow you to access MySQL database servers.
|
|
|
|
More information about MySQL can be found at <link
|
|
|
|
xlink:href="&url.mysql;">&url.mysql;</link>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Documentation for MySQL can be found at <link
|
|
|
|
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
|
|
|
|
</para>
|
|
|
|
</preface>
|
|
|
|
<!-- }}} -->
|
2012-06-09 13:15:55 +00:00
|
|
|
|
2007-12-26 14:01:35 +00:00
|
|
|
&reference.mysql.setup;
|
|
|
|
&reference.mysql.constants;
|
|
|
|
&reference.mysql.examples;
|
|
|
|
&reference.mysql.reference;
|
2012-12-07 08:30:40 +00:00
|
|
|
&reference.mysql.changelog;
|
2012-06-09 13:15:55 +00:00
|
|
|
|
2007-12-26 14:01:35 +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:01:35 +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
|
|
|
|
-->
|
|
|
|
|