1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 00:12:06 +01:00
Files
archived-doc-es/reference/mongo/context/log-write-batch.xml
Pedro Antonio Gil Rodríguez d490320db0 Actualización a la última versión
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@335303 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-17 08:53:14 +00:00

98 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb2e7b70b1354e5468e538720d59c37e273bc98e Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.log-write-batch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>log_write_batch</refname>
<refpurpose>Función de retrollamada al escribir lotes</refpurpose>
</refnamediv>
<refsect1 role="description"><!-- {{{ -->
&reftitle.description;
<methodsynopsis role="procedural">
<methodname>log_write_batch</methodname>
<methodparam><type>array</type><parameter>server</parameter></methodparam>
<methodparam><type>array</type><parameter>writeOptions</parameter></methodparam>
<methodparam><type>array</type><parameter>batch</parameter></methodparam>
<methodparam><type>array</type><parameter>protocolOptions</parameter></methodparam>
</methodsynopsis>
<para>
Una función de tipo <type>callable</type>, usada por
<link linkend="context.mongodb.log-write-batch">la opción de contexto log_write_batch</link>,
al ejecutar una operación por lotes.
</para>
<note>
<para>
Esta <emphasis>no</emphasis> es una función real, es solamente un prototipo de
cómo debería ser la función.
</para>
</note>
</refsect1><!-- }}} -->
<refsect1 role="parameters"><!-- {{{ -->
&reftitle.parameters;
<variablelist>
&mongo.context.server;
&mongo.context.writeoptions;
<varlistentry>
<term>
<parameter>batch</parameter>
</term>
<listitem>
<para>
Array, la operación por lotes real.
</para>
</listitem>
</varlistentry>
&mongo.context.protocoloptions;
</variablelist>
</refsect1><!-- }}} -->
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>1.5.0</entry>
<entry>
Solamente disponible al conectarse a MongoDB 2.6.0+
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</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:"~/.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
-->