ldap_next_entry
(PHP 4, PHP 5, PHP 7, PHP 8)
ldap_next_entry — Get next result entry
Descrição
ldap_next_entry(
LDAP\Connection $ldap
,
LDAP\ResultEntry $entry
):
LDAP\ResultEntry|false
Parâmetros
-
ldap
-
Uma instância de LDAP\Connection, retornada por ldap_connect().
-
entry
-
Uma instância de LDAP\ResultEntry.
Valor Retornado
Returns an LDAP\ResultEntry instance for the next entry in the result whose entries
are being read starting with ldap_first_entry(). If
there are no more entries in the result then it returns false
.