This repository was archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy pathclass.mongodeletebatch.html
90 lines (58 loc) · 3.68 KB
/
class.mongodeletebatch.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!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>The MongoDeleteBatch class</title>
<link media="all" rel="stylesheet" type="text/css" href="styles/03e73060321a0a848018724a6c83de7f-theme-base.css" />
<link media="all" rel="stylesheet" type="text/css" href="styles/03e73060321a0a848018724a6c83de7f-theme-medium.css" />
</head>
<body class="docs"><div class="navbar navbar-fixed-top">
<div class="navbar-inner clearfix">
<ul class="nav" style="width: 100%">
<li style="float: left;"><a href="mongoupdatebatch.construct.html">« MongoUpdateBatch::__construct</a></li>
<li style="float: right;"><a href="mongodeletebatch.construct.html">MongoDeleteBatch::__construct »</a></li>
</ul>
</div>
</div>
<div id="breadcrumbs" class="clearfix">
<ul class="breadcrumbs-container">
<li><a href="index.html">PHP Manual</a></li>
<li><a href="mongo.batch.html">Batch Classes</a></li>
<li>The MongoDeleteBatch class</li>
</ul>
</div>
<div id="layout">
<div id="layout-content"><div id="class.mongodeletebatch" class="reference">
<h1 class="title">The MongoDeleteBatch class</h1>
<div class="partintro"><p class="verinfo">(PECL mongo >=1.5.0)</p>
<div class="section" id="mongodeletebatch.intro">
<h2 class="title">Introduction</h2>
<p class="para">
Constructs a batch of DELETE operations. See <a href="class.mongowritebatch.html" class="classname">MongoWriteBatch</a>.
</p>
</div>
<div class="section" id="mongodeletebatch.synopsis">
<h2 class="title">Class synopsis</h2>
<div class="classsynopsis">
<div class="ooclass"></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<strong class="classname">MongoDeleteBatch</strong>
</span>
<span class="ooclass">
<span class="modifier">extends</span>
<a href="class.mongowritebatch.html" class="classname">MongoWriteBatch</a>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="methodname"><a href="mongodeletebatch.construct.html" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="class.mongocollection.html" class="type MongoCollection">MongoCollection</a></span> <code class="parameter">$collection</code></span>, <span class="methodparam"><span class="type">array</span> <code class="parameter">$write_options</code><span class="initializer"> = ?</span></span>)</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Inherited methods */</div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="mongowritebatch.add.html" class="methodname">MongoWriteBatch::add</a></span>(<span class="methodparam"><span class="type">array</span> <code class="parameter">$item</code></span>): <span class="type">bool</span></div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="mongowritebatch.execute.html" class="methodname">MongoWriteBatch::execute</a></span>(<span class="methodparam"><span class="type">array</span> <code class="parameter">$write_options</code></span>): <span class="type">array</span></div>
}</div>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="mongodeletebatch.construct.html">MongoDeleteBatch::__construct</a> — Description</li></ul>
</div>
</div></div></body></html>