mirror of
https://github.com/php/doc-es.git
synced 2026-03-27 00:42:10 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@335306 c90b9560-bf6c-de11-be94-00142212c4b1
161 lines
4.4 KiB
XML
161 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: cb2e7b70b1354e5468e538720d59c37e273bc98e Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<refentry xml:id="context.mongodb" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
|
|
<refnamediv>
|
|
<refname>Opciones de contexto de MongoDB</refname>
|
|
<refpurpose>Listado de opciones de contexto de MongoDB</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<para>
|
|
Opciones de contexto para transportes <literal>mongodb://</literal>.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="options"><!-- {{{ -->
|
|
&reftitle.options;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="context.mongodb.log-cmd-insert">
|
|
<term>
|
|
<parameter>log_cmd_insert</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al insertar un documento, véase <function>log_cmd_insert</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-cmd-delete">
|
|
<term>
|
|
<parameter>log_cmd_delete</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al borrar un documento, véase <function>log_cmd_delete</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-cmd-update">
|
|
<term>
|
|
<parameter>log_cmd_update</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al actualizar un documento, véase <function>log_cmd_update</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-write-batch">
|
|
<term>
|
|
<parameter>log_write_batch</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al ejecutar un Lote de Escrituras, véase <function>log_write_batch</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-reply">
|
|
<term>
|
|
<parameter>log_reply</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al leer una réplica de MongoDB, véase <function>log_reply</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-getmore">
|
|
<term>
|
|
<parameter>log_getmore</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al recuperar más resultados de un cursor MongoDB, véase <function>log_getmore</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="context.mongodb.log-killcursor">
|
|
<term>
|
|
<parameter>log_killcursor</parameter>
|
|
<type>callable</type>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Una función de retrollamada invocada al ejecutar un código de operación 'killcursor', véase <function>log_killcursor</function>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</refsect1><!-- }}} -->
|
|
|
|
<refsect1 role="changelog"><!-- {{{ -->
|
|
&reftitle.changelog;
|
|
<para>
|
|
<informaltable>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>pecl/mongo 1.5.0</entry>
|
|
<entry>
|
|
Se añadieron las opciones de Contexto de la API de escritura
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</para>
|
|
</refsect1><!-- }}} -->
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><xref linkend="context.socket" /></member>
|
|
<member><xref linkend="context.ssl" /></member>
|
|
</simplelist>
|
|
</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:"~/.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
|
|
-->
|
|
|