ldap_next_entry
(PHP 4, PHP 5, PHP 7, PHP 8)
ldap_next_entry — Get next result entry
Açıklama
ldap_next_entry(
LDAP\Connection $ldap
,
LDAP\ResultEntry $entry
):
LDAP\ResultEntry|false
Bağımsız Değişkenler
-
ldap
-
ldap_list() veya ldap_connect() işlevinden dönen
LDAP\Connection
nesnesi.
-
entry
-
LDAP\ResultEntry nesnesi.
Dönen Değerler
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
.