<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
  <refentry id="function.ldap-next-entry">
   <refnamediv>
    <refname>ldap_next_entry</refname>
    <refpurpose>Get next result entry</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>resource</type><methodname>ldap_next_entry</methodname>
      <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
      <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
     </methodsynopsis>
    <para>
     Returns entry identifier for the next entry in the result whose
     entries are being read starting with
     <function>ldap_first_entry</function>. If there are no more
     entries in the result then it returns &false;.</para>
    <para>  
     <function>ldap_next_entry</function> function is used to retrieve
     the entries stored in the result. Successive calls to the
     <function>ldap_next_entry</function> return entries one by one
     till there are no more entries. The first call to
     <function>ldap_next_entry</function> is made after the call to
     <function>ldap_first_entry</function> with the
     <parameter>result_entry_identifier</parameter>
     as returned from the <function>ldap_first_entry</function>.
    </para>
    <para>
     See also <function>ldap_get_entries</function></para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->