mirror of
https://github.com/php/doc-es.git
synced 2026-03-26 08:22:08 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@337729 c90b9560-bf6c-de11-be94-00142212c4b1
92 lines
2.7 KiB
XML
92 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: b35940f9fdd8fc4f71b0fbb2beef2f908ee2df19 Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: yes Maintainer: seros -->
|
|
<book xml:id="book.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
|
|
<title>Extensión MySQL mejorada</title>
|
|
|
|
<titleabbrev>MySQLi</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.mysqli">
|
|
&reftitle.intro;
|
|
<para>
|
|
La extensión <literal>mysqli</literal> (mysql improved) permite acceder a la
|
|
funcionalidad proporcionada por MySQL 4.1 y posterior. Se puede encontrar
|
|
más información sobre el servidor de base de datos MySQL en
|
|
<link xlink:href="&url.mysql;">&url.mysql;</link>
|
|
</para>
|
|
|
|
<para>
|
|
Se puede encontrar información general del software disponible para usar MySQL desde PHP
|
|
en la <xref linkend="mysqli.overview"/>
|
|
</para>
|
|
|
|
<para>
|
|
La documentación de MySQL se puede encontrar en
|
|
<link
|
|
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
|
|
</para>
|
|
|
|
<para>
|
|
Esta documentación incluye partes del manual de MySQL con permiso de
|
|
Oracle Corporation.
|
|
</para>
|
|
|
|
<para>
|
|
Los ejemplos emplean las bases de datos <link xlink:href="&url.mysql.example;">world</link>
|
|
o <link xlink:href="&url.mysql.sakila;">sakila</link>, las cuales están
|
|
a libre disposición.
|
|
</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.examples;
|
|
&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
|
|
-->
|