<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.ldap-next-entry.php',
    1 => 'ldap_next_entry',
    2 => 'Get next result entry',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ldap-next-attribute.php',
    1 => 'ldap_next_attribute',
  ),
  'next' => 
  array (
    0 => 'function.ldap-next-reference.php',
    1 => 'ldap_next_reference',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ldap/functions/ldap-next-entry.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ldap-next-entry" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ldap_next_entry</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ldap_next_entry</span> &mdash; <span class="dc-title">Get next result entry</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.ldap-next-entry-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ldap_next_entry</strong></span>(<span class="methodparam"><span class="type"><a href="class.ldap-connection.php" class="type LDAP\Connection">LDAP\Connection</a></span> <code class="parameter">$ldap</code></span>, <span class="methodparam"><span class="type">LDAP\ResultEntry</span> <code class="parameter">$entry</code></span>): <span class="type"><span class="type">LDAP\ResultEntry</span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Retrieve the entries stored in the result. Successive calls to the
   <span class="function"><strong>ldap_next_entry()</strong></span> return entries one by one till there
   are no more entries. The first call to <span class="function"><strong>ldap_next_entry()</strong></span>
   is made after the call to <span class="function"><a href="function.ldap-first-entry.php" class="function">ldap_first_entry()</a></span> with the
   <code class="parameter">entry</code> as returned from the
   <span class="function"><a href="function.ldap-first-entry.php" class="function">ldap_first_entry()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ldap-next-entry-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">ldap</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.ldap-list.php" class="function">ldap_list()</a></span> veya <span class="function"><a href="function.ldap-connect.php" class="function">ldap_connect()</a></span> işlevinden dönen
<span class="classname"><a href="class.ldap-connection.php" class="classname">LDAP\Connection</a></span>
nesnesi.
      </p>
     </dd>
    
    
     <dt><code class="parameter">entry</code></dt>
     <dd>
      <p class="para">
       <span class="classname"><a href="class.ldap-result-entry.php" class="classname">LDAP\ResultEntry</a></span> nesnesi.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-next-entry-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Returns an <span class="classname"><a href="class.ldap-result-entry.php" class="classname">LDAP\ResultEntry</a></span> instance for the next entry in the result whose entries
   are being read starting with <span class="function"><a href="function.ldap-first-entry.php" class="function">ldap_first_entry()</a></span>. If
   there are no more entries in the result then it returns <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.ldap-next-entry-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.1.0</td>
 <td>
  <code class="parameter">ldap</code> bağımsız değişkeni artık
  <span class="classname"><a href="class.ldap-connection.php" class="classname">LDAP\Connection</a></span> nesnesi kabul ediyor, evvelce
  <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> türünde geçerli bir <code class="literal">ldap link</code>
  değeri kabul ederdi.
 </td>
</tr>

     <tr>
 <td>8.1.0</td>
 <td>
  <code class="parameter">girdi</code> bağımsız değişkeni artık
  <span class="classname"><a href="class.ldap-result-entry.php" class="classname">LDAP\ResultEntry</a></span> nesnesi kabul ediyor, evvelce
  <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> türünde geçerli bir <code class="literal">ldap result
  entry</code> değeri kabul ederdi.
 </td>
</tr>

     <tr>
 <td>8.1.0</td>
 <td>
  Artık <span class="classname"><a href="class.ldap-result.php" class="classname">LDAP\Result</a></span> nesnesi dönüyor;
  evvelce LDAP özkaynağı dönerdi.
 </td>
</tr>

    </tbody>
   
  </table>

 </div>

 
 <div class="refsect1 seealso" id="refsect1-function.ldap-next-entry-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ldap-get-entries.php" class="function" rel="rdfs-seeAlso">ldap_get_entries()</a> - Get all result entries</span></li>
   </ul>
  </p>
 </div>


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