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-killcursor.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

86 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb2e7b70b1354e5468e538720d59c37e273bc98e Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.log-killcursor" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>log_killcursor</refname>
<refpurpose>Función de retrollamada al ejecutar operaciones KILLCURSOR</refpurpose>
</refnamediv>
<refsect1 role="description"><!-- {{{ -->
&reftitle.description;
<methodsynopsis role="procedural">
<methodname>log_killcursor</methodname>
<methodparam><type>array</type><parameter>server</parameter></methodparam>
<methodparam><type>array</type><parameter>info</parameter></methodparam>
</methodsynopsis>
<para>
Una función de tipo <type>callable</type>, usada por
<link linkend="context.mongodb.log-killcursor">la opción de contexto log_killcursor</link>,
al leer 'killcursor' de MongoDB.
</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;
<varlistentry>
<term>
<parameter>info</parameter>
</term>
<listitem>
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Clave</entry>
<entry>Valor</entry>
</row>
</thead>
<tbody>
<row>
<entry>cursor_id</entry>
<entry>integer, el identificador del cursor a eliminar</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</listitem>
</varlistentry>
</variablelist>
</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
-->