PHP.nl

ldap_next_entry

ldap_next_entry

Get next result entry

 **ldap_next_entry** LDAP\Connection $ldap LDAP\ResultEntry $entry

Retrieve the entries stored in the result. Successive calls to the return entries one by one till there are no more entries. The first call to is made after the call to with the as returned from the . ldap_next_entry``ldap_next_entry``ldap_first_entry``entry``ldap_first_entry

ldapldap.parameter.ldap

entryldap.parameter.entry

Returns an instance for the next entry in the result whose entries are being read starting with . If there are no more entries in the result then it returns false. LDAP\ResultEntry``ldap_first_entry

ldap_get_entries