mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
89 lines
2.6 KiB
XML
89 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 038bdb1d98c2481e291616a310945b38523965da Maintainer: felipe Status: ready --><!-- CREDITS: fernandoc, adiel -->
|
|
<book xml:id="book.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
|
|
<title>Extensão MySQL Melhorada</title>
|
|
|
|
<titleabbrev>MySQLi</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
|
|
<preface xml:id="intro.mysqli">
|
|
&reftitle.intro;
|
|
<para>
|
|
A extensão <literal>mysqli</literal> permite a você acessar a funcionalidade
|
|
provida pelo MySQL 4.1 e posterior. Maiores informações sobre o servidor de
|
|
banco de dados MySQL podem ser encontradas em
|
|
<link xlink:href="&url.mysql;">&url.mysql;</link>
|
|
</para>
|
|
|
|
<para>
|
|
Uma visão geral de software disponível para usar MySQL através do PHP
|
|
pode ser encontrada em <xref linkend="mysqli.overview"/>
|
|
</para>
|
|
|
|
<para>
|
|
Documentação para o MySQL pode ser encontrada em
|
|
<link
|
|
xlink:href="&url.mysql.docs;">&url.mysql.docs;</link>.
|
|
</para>
|
|
|
|
<para>
|
|
Partes desta documentação foram incluídas do manual do MySQL com a permissão
|
|
de Oracle Corporation.
|
|
</para>
|
|
|
|
<para>
|
|
Os exemplos usam tanto o banco de dados
|
|
<link xlink:href="&url.mysql.example;">world</link> quanto o banco de dados
|
|
<link xlink:href="&url.mysql.sakila;">sakila</link>, que estão disponíveis livremente.
|
|
</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.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
|
|
-->
|