2003-05-25 20:48:07 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-03-16 15:26:37 +00:00
|
|
|
<!-- $Revision: 1.9 $ -->
|
|
|
|
<!-- EN-Revision: 1.8 Maintainer: baoengb Status: ready -->
|
2003-05-25 20:48:07 +00:00
|
|
|
<refentry id="function.mysqli-bind-param">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>mysqli_bind_param</refname>
|
2004-03-16 15:26:37 +00:00
|
|
|
<refpurpose>Alias para <function>mysqli_stmt_bind_param</function></refpurpose>
|
2003-05-25 20:48:07 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
2004-03-16 15:26:37 +00:00
|
|
|
<title>Descripción</title>
|
2003-08-22 12:13:16 +00:00
|
|
|
<para>
|
2004-03-16 15:26:37 +00:00
|
|
|
Esta función es un alias de <function>mysqli_stmt_bind_param</function>.
|
|
|
|
Para una descripción detallada vea
|
2004-03-09 17:21:48 +00:00
|
|
|
<function>mysqli_stmt_bind_param</function>.
|
2003-08-22 12:13:16 +00:00
|
|
|
</para>
|
2003-05-25 20:48:07 +00:00
|
|
|
<note>
|
2004-03-09 17:21:48 +00:00
|
|
|
<para>
|
2004-03-16 15:26:37 +00:00
|
|
|
<function>mysqli_bind_param</function> es obsoleta y será removida.
|
2003-05-25 20:48:07 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
2004-01-28 23:18:42 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
2004-03-16 15:26:37 +00:00
|
|
|
<title>Vea tambi&eacuite;n</title>
|
2004-01-28 23:18:42 +00:00
|
|
|
<para>
|
2004-03-09 17:21:48 +00:00
|
|
|
<function>mysqli_stmt_bind_param</function>
|
2004-01-28 23:18:42 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2004-02-25 21:59:16 +00:00
|
|
|
</refentry>
|
2003-05-25 20:48:07 +00:00
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
-->
|