php-doc-en/reference/mysqli/functions/mysqli-close.xml
Enrique Garcia Briones 038005e811 Traducido al espaniol
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153793 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-16 15:26:37 +00:00

67 lines
2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- EN-Revision: 1.6 Maintainer: baoengb Status: ready -->
<refentry id="function.mysqli-close">
<refnamediv>
<refname>mysqli_close</refname>
<refname>mysqli->close</refname>
<refpurpose>Cierra la conexi&oacute;n de base de datos previamente abierta</refpurpose>
</refnamediv>
<refsect1>
<title>Descripci&oacute;n</title>
<para>Estilo por procedimientos:</para>
<methodsynopsis>
<type>bool</type><methodname>mysqli_close</methodname>
<methodparam><type>objeto</type><parameter>identificador_de_enlace</parameter></methodparam>
</methodsynopsis>
<para>Estilo orientado a objetos (m&eacute;todo):</para>
<classsynopsis>
<ooclass><classname>mysqli</classname></ooclass>
<methodsynopsis>
<type>bool</type>
<methodname>close</methodname>
<methodparam><type>void</type><parameter></parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>
La funci&oacute;n <function>mysqli_close</function> cierra una conexi&oacute;n
de base de datos previamente abierta, espec&iacute;ficada por el par&aacute;metro
<parameter>identificador_de_enlace<parameter>.
</para>
</refsect1>
<refsect1>
<title>Valores regresados</title>
<para>
&return.success;
</para>
</refsect1>
<refsect1>
<title>Vea tambi&eacute;n</title>
<para>
<function>mysqli_connect</function>,
<function>mysqli_init</function>,
<function>mysqli_real_connect</function>.
</para>
</refsect1>
</refentry>
<!-- 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:"../../../../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
-->