<?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-control-paged-result-response.php',
    1 => 'ldap_control_paged_result_response',
    2 => 'Retrieve the LDAP pagination cookie',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ldap-control-paged-result.php',
    1 => 'ldap_control_paged_result',
  ),
  'next' => 
  array (
    0 => 'function.ldap-count-entries.php',
    1 => 'ldap_count_entries',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ldap/functions/ldap-control-paged-result-response.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ldap-control-paged-result-response" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ldap_control_paged_result_response</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.4.0, PHP 7)</p><p class="refpurpose"><span class="refname">ldap_control_paged_result_response</span> &mdash; <span class="dc-title">Retrieve the LDAP pagination cookie</span></p>

 </div>

 <div id="function.ldap-control-paged-result-response-refsynopsisdiv">
   <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">PHP 7.4.0 ve sonrasında bu
işlevin kullanımı <em>ÖNERİLMEMEKTE</em> olup PHP 8.0.0 itibariyle
kullanımdan <em>KALDIRILMIŞTIR</em>. Yerine
<span class="function"><a href="function.ldap-search.php" class="function">ldap_search()</a></span> işlevinin <code class="parameter">denetimler</code>
bağımsız değişkeni kullanılmalıdır. Daha fazla bilgi <a href="ldap.controls.php" class="link">LDAP Denetimler</a> bölümünde bulunabilir.
</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.ldap-control-paged-result-response-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ldap_control_paged_result_response</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$link</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$result</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter reference">&$cookie</code><span class="initializer"> = ?</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter reference">&$estimated</code><span class="initializer"> = ?</span></span><br>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Retrieve the pagination information send by the server.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ldap-control-paged-result-response-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">link</code></dt>
     <dd>
      <p class="para">
       An LDAP resource, returned by <span class="function"><a href="function.ldap-connect.php" class="function">ldap_connect()</a></span>.
      </p>
     </dd>
    
    
     <dt><code class="parameter">result</code></dt>
     <dd>
      <p class="para">
      </p>
     </dd>
    
    
     <dt><code class="parameter">cookie</code></dt>
     <dd>
      <p class="para">
       An opaque structure sent by the server.
      </p>
     </dd>
    
    
     <dt><code class="parameter">estimated</code></dt>
     <dd>
      <p class="para">
       The estimated number of entries to retrieve.
      </p>
     </dd>
    
    </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ldap-control-paged-result-response-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


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

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.0.0</td>
       <td>
        This function has been removed.
       </td>
      </tr>

      <tr>
       <td>7.4.0</td>
       <td>
        This function has been deprecated.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ldap-control-paged-result-response-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ldap-control-paged-result.php" class="function" rel="rdfs-seeAlso">ldap_control_paged_result()</a> - Send LDAP pagination control</span></li>
    <li><a href="https://datatracker.ietf.org/doc/html/rfc2696" class="link external">&raquo;&nbsp;RFC2696 : LDAP Control Extension for Simple
    Paged Results Manipulation</a></li>
   </ul>
  </p>
 </div>

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