<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mongodb-driver-cursorid.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'mongodb-driver-cursorid.construct.php',
    1 => 'MongoDB\\Driver\\CursorId::__construct',
    2 => 'Create a new CursorId (not used)',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-driver-cursorid.php',
    1 => 'MongoDB\\Driver\\CursorId',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-driver-cursorid.php',
    1 => 'MongoDB\\Driver\\CursorId',
  ),
  'next' => 
  array (
    0 => 'mongodb-driver-cursorid.tostring.php',
    1 => 'MongoDB\\Driver\\CursorId::__toString',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/mongodb/driver/cursorid/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-driver-cursorid.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\Driver\CursorId::__construct</h1>
  <p class="verinfo">(mongodb &gt;=1.0.0)</p><p class="refpurpose"><span class="refname">MongoDB\Driver\CursorId::__construct</span> &mdash; <span class="dc-title">Create a new CursorId (not used)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-driver-cursorid.construct-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">private</span> <span class="methodname"><strong>MongoDB\Driver\CursorId::__construct</strong></span>()</div>

  <p class="simpara">
   <span class="classname"><a href="class.mongodb-driver-cursorid.php" class="classname">MongoDB\Driver\CursorId</a></span> objects are returned from
   <span class="function"><a href="mongodb-driver-cursor.getid.php" class="function">MongoDB\Driver\Cursor::getId()</a></span> and cannot be constructed
   directly.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-mongodb-driver-cursorid.construct-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>



 <div class="refsect1 seealso" id="refsect1-mongodb-driver-cursorid.construct-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="mongodb-driver-cursor.getid.php" class="function" rel="rdfs-seeAlso">MongoDB\Driver\Cursor::getId()</a> - Returns the ID for this cursor</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>