mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
92 lines
3.2 KiB
HTML
92 lines
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Callback When Executing KILLCURSOR operations</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.log-killcursor" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">log_killcursor</h1>
|
|
<p class="verinfo">(PECL mongo >= 1.5.0)</p><p class="refpurpose"><span class="refname">log_killcursor</span> — <span class="dc-title">Callback When Executing KILLCURSOR operations</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.log-killcursor-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>log_killcursor</strong></span>
|
|
( <span class="methodparam"><span class="type">array</span> <code class="parameter">$server</code></span>
|
|
, <span class="methodparam"><span class="type">array</span> <code class="parameter">$info</code></span>
|
|
)</div>
|
|
|
|
<p class="para rdfs-comment">
|
|
A <span class="type"><a href="language.types.callable.html" class="type callable">callable</a></span> function, used by the
|
|
<a href="context.mongodb.html#context.mongodb.log-killcursor" class="link">log_killcursor context option</a>,
|
|
when reading a killcursor from MongoDB.
|
|
</p>
|
|
<blockquote class="note"><p><strong class="note">Note</strong>:
|
|
<p class="para">
|
|
This is <em class="emphasis">not</em> a real function, only a prototype of how the function should
|
|
be.
|
|
</p>
|
|
</p></blockquote>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.log-killcursor-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<dl>
|
|
|
|
<dt>
|
|
<code class="parameter">server</code> </dt>
|
|
<dd>
|
|
<p class="para"> An array containing the basic information about the server that was picked. <table class="doctable informaltable"> <thead> <tr> <th>key</th> <th>value</th> </tr>
|
|
</thead>
|
|
<tbody class="tbody"> <tr> <td>hash</td> <td>server hash, example: <em>localhost:27017;-;X;56052</em></td> </tr>
|
|
<tr> <td>type</td> <td>Node type (primary/secondary/mongos/arbiter): <em>2</em></td> </tr>
|
|
<tr> <td>max_bson_size</td> <td>The maximum BSON Size over the wire this node accepts: <em>16777216</em></td> </tr>
|
|
<tr> <td>max_message_size</td> <td>The maximum Message Size over the wire this node accepts: <em>48000000</em></td> </tr>
|
|
<tr> <td>request_id</td> <td>The request identifier for this message: <em>42</em></td> </tr>
|
|
</tbody> </table>
|
|
</p> </dd>
|
|
|
|
|
|
<dt>
|
|
|
|
<code class="parameter">info</code>
|
|
</dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
<table class="doctable informaltable">
|
|
|
|
<thead>
|
|
<tr>
|
|
<th>key</th>
|
|
<th>value</th>
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="tbody">
|
|
<tr>
|
|
<td>cursor_id</td>
|
|
<td>integer, the cursor identifier to kill</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
|
|
</div></div></div></body></html> |