<?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-cursor.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'mongodb-driver-cursor.next.php',
    1 => 'MongoDB\\Driver\\Cursor::next',
    2 => 'Advances the cursor to the next result',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-driver-cursor.php',
    1 => 'MongoDB\\Driver\\Cursor',
  ),
  'prev' => 
  array (
    0 => 'mongodb-driver-cursor.key.php',
    1 => 'MongoDB\\Driver\\Cursor::key',
  ),
  'next' => 
  array (
    0 => 'mongodb-driver-cursor.rewind.php',
    1 => 'MongoDB\\Driver\\Cursor::rewind',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/mongodb/driver/cursor/next.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-driver-cursor.next" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\Driver\Cursor::next</h1>
  <p class="verinfo">(mongodb &gt;=1.9.0)</p><p class="refpurpose"><span class="refname">MongoDB\Driver\Cursor::next</span> &mdash; <span class="dc-title">Advances the cursor to the next result</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-driver-cursor.next-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>MongoDB\Driver\Cursor::next</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-mongodb-driver-cursor.next-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   Moves the current position to the next element in the cursor.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-mongodb-driver-cursor.next-errors">
  <h3 class="title">エラー / 例外</h3>
  <ul class="simplelist">
   <li>Throws <span class="classname"><a href="class.mongodb-driver-exception-invalidargumentexception.php" class="classname">MongoDB\Driver\Exception\InvalidArgumentException</a></span> on argument parsing errors.</li><li>Throws <span class="classname"><a href="class.mongodb-driver-exception-connectionexception.php" class="classname">MongoDB\Driver\Exception\ConnectionException</a></span> if connection to the server fails (for reasons other than authentication).</li><li>Throws <span class="classname"><a href="class.mongodb-driver-exception-authenticationexception.php" class="classname">MongoDB\Driver\Exception\AuthenticationException</a></span> if authentication is needed and fails.</li>
  </ul>
 </div>


 <div class="refsect1 seealso" id="refsect1-mongodb-driver-cursor.next-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="iterator.next.php" class="methodname" rel="rdfs-seeAlso">Iterator::next()</a> - 次の要素に進む</span></li>
  </ul>
 </div>

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